#66AE09

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

Shades of Christi #66AE09

Tints of Christi #66AE09

Color information

#66AE09 (or 0x66AE09) is unknown color: approx Christi. HEX triplet: 66, AE and 09. RGB value is (102,174,9). Sum of RGB (Red+Green+Blue) = 102+174+9=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 174 (68.36% from 255 or 61.05% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AE09 is #9951F6. Grayscale: #868686. Windows color (decimal): -10047991 or 634470. OLE color: 634470.

HSL color Cylindrical-coordinate representation of color #66AE09: hue angle of 86.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66AE09 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1021749-
CMYK0.4100.950.32
HSL86.18º90.16%35.88%-
HSV(B)86.18º94.83%68.24%-
XYZ20.6633.125.56-
YUV133.6657.65105.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 174 (68.36% from 255) = 61.05%
BLUE value IS 9 (3.91% from 255) = 3.16%
R=35.79%
G=61.05%
B=3.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10217490.4100.950.3286.1890.1635.88
Hex66AE92905F20565a24
Octal146256115101374012613244
Binary11001101010111010011010010101111110000010101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AE09; }

 p { color: rgb(102,174,9); }

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

<style>
 a { background-color: #66AE09; }

 a { background-color: rgb(102,174,9); }

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

<style>
 span { border-color: #66AE09; }

 span { border-color: rgb(102,174,9); }

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