#66AB0A

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

Shades of Christi #66AB0A

Tints of Christi #66AB0A

Color information

#66AB0A (or 0x66AB0A) is unknown color: approx Christi. HEX triplet: 66, AB and 0A. RGB value is (102,171,10). Sum of RGB (Red+Green+Blue) = 102+171+10=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AB0A is #9954F5. Grayscale: #848484. Windows color (decimal): -10048758 or 699238. OLE color: 699238.

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

Color convert

RGB10217110-
CMYK0.4000.940.33
HSL85.71º88.95%35.49%-
HSV(B)85.71º94.15%67.06%-
XYZ20.131.975.4-
YUV132.0159.14106.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 171 (67.19% from 255) = 60.42%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=36.04%
G=60.42%
B=3.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171100.4000.940.3385.7188.9535.49
Hex66ABA2805E21565923
Octal146253125001364112613143
Binary11001101010101110101010000101111010000110101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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