#6AAE2A

Color #6AAE2A Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6AAE2A

Tints of Christi #6AAE2A

Color information

#6AAE2A (or 0x6AAE2A) is unknown color: approx Christi. HEX triplet: 6A, AE and 2A. RGB value is (106,174,42). Sum of RGB (Red+Green+Blue) = 106+174+42=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE2A is #9551D5. Grayscale: #8B8B8B. Windows color (decimal): -9785814 or 2797162. OLE color: 2797162.

HSL color Cylindrical-coordinate representation of color #6AAE2A: hue angle of 90.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6AAE2A is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB10617442-
CMYK0.3900.760.32
HSL90.91º61.11%42.35%-
HSV(B)90.91º75.86%68.24%-
XYZ21.533.57.52-
YUV138.6273.47104.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 174 (68.36% from 255) = 54.04%
BLUE value IS 42 (16.80% from 255) = 13.04%
R=32.92%
G=54.04%
B=13.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106174420.3900.760.3290.9161.1142.35
Hex6AAE2A2704C205b3d2a
Octal15225652470114401337552
Binary110101010101110101010100111010011001000001011011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AAE2A; }

 p { color: rgb(106,174,42); }

 H1.HeaderClassName
 {
   color: #6AAE2A;
 }
 .AnyTagClassName
 {
   color: #6AAE2A;
 }
</style>
background-color css

<style>
 a { background-color: #6AAE2A; }

 a { background-color: rgb(106,174,42); }

 div.DivClassName
 {
   background-color: #6AAE2A;
 }
 .BgClassName
 {
   background-color: #6AAE2A;
 }
</style>
border-color css

<style>
 span { border-color: #6AAE2A; }

 span { border-color: rgb(106,174,42); }

 td.TdClassName
 {
   border-color: #6AAE2A;
 }
 .TagClassName
 {
   border-color: #6AAE2A;
 }
</style>