#66AD10

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

Shades of Christi #66AD10

Tints of Christi #66AD10

Color information

#66AD10 (or 0x66AD10) is unknown color: approx Christi. HEX triplet: 66, AD and 10. RGB value is (102,173,16). Sum of RGB (Red+Green+Blue) = 102+173+16=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AD10 is #9952EF. Grayscale: #868686. Windows color (decimal): -10048240 or 1092966. OLE color: 1092966.

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

Color convert

RGB10217316-
CMYK0.4100.910.32
HSL87.13º83.07%37.06%-
HSV(B)87.13º90.75%67.84%-
XYZ20.5232.755.73-
YUV133.8761.48105.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 173 (67.97% from 255) = 59.45%
BLUE value IS 16 (6.64% from 255) = 5.50%
R=35.05%
G=59.45%
B=5.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102173160.4100.910.3287.1383.0737.06
Hex66AD102905B20575325
Octal146255205101334012712345
Binary110011010101101100001010010101101110000010101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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