#66AB10

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

Shades of Christi #66AB10

Tints of Christi #66AB10

Color information

#66AB10 (or 0x66AB10) is unknown color: approx Christi. HEX triplet: 66, AB and 10. RGB value is (102,171,16). Sum of RGB (Red+Green+Blue) = 102+171+16=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AB10 is #9954EF. Grayscale: #858585. Windows color (decimal): -10048752 or 1092454. OLE color: 1092454.

HSL color Cylindrical-coordinate representation of color #66AB10: hue angle of 86.71º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66AB10 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB10217116-
CMYK0.4000.910.33
HSL86.71º82.89%36.67%-
HSV(B)86.71º90.64%67.06%-
XYZ20.1431.995.6-
YUV132.762.14106.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 171 (67.19% from 255) = 59.17%
BLUE value IS 16 (6.64% from 255) = 5.54%
R=35.29%
G=59.17%
B=5.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171160.4000.910.3386.7182.8936.67
Hex66AB102805B21575325
Octal146253205001334112712345
Binary110011010101011100001010000101101110000110101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,171,16); }

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

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

 a { background-color: rgb(102,171,16); }

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

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

 span { border-color: rgb(102,171,16); }

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