#66AF11

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

Shades of Christi #66AF11

Tints of Christi #66AF11

Color information

#66AF11 (or 0x66AF11) is unknown color: approx Christi. HEX triplet: 66, AF and 11. RGB value is (102,175,17). Sum of RGB (Red+Green+Blue) = 102+175+17=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AF11 is #9950EE. Grayscale: #878787. Windows color (decimal): -10047727 or 1159014. OLE color: 1159014.

HSL color Cylindrical-coordinate representation of color #66AF11: hue angle of 87.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66AF11 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB10217517-
CMYK0.4200.900.31
HSL87.72º82.29%37.65%-
HSV(B)87.72º90.29%68.63%-
XYZ20.9133.535.9-
YUV135.1661.32104.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 175 (68.75% from 255) = 59.52%
BLUE value IS 17 (7.03% from 255) = 5.78%
R=34.69%
G=59.52%
B=5.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102175170.4200.900.3187.7282.2937.65
Hex66AF112A05A1F585226
Octal146257215201323713012246
Binary11001101010111110001101010010110101111110110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,17); }

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

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

 a { background-color: rgb(102,175,17); }

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

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

 span { border-color: rgb(102,175,17); }

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