#66AC11

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

Shades of Christi #66AC11

Tints of Christi #66AC11

Color information

#66AC11 (or 0x66AC11) is unknown color: approx Christi. HEX triplet: 66, AC and 11. RGB value is (102,172,17). Sum of RGB (Red+Green+Blue) = 102+172+17=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AC11 is #9953EE. Grayscale: #858585. Windows color (decimal): -10048495 or 1158246. OLE color: 1158246.

HSL color Cylindrical-coordinate representation of color #66AC11: hue angle of 87.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66AC11 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB10217217-
CMYK0.4100.900.33
HSL87.1º82.01%37.06%-
HSV(B)87.1º90.12%67.45%-
XYZ20.3332.375.71-
YUV133.462.31105.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 172 (67.58% from 255) = 59.11%
BLUE value IS 17 (7.03% from 255) = 5.84%
R=35.05%
G=59.11%
B=5.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102172170.4100.900.3387.182.0137.06
Hex66AC112905A21575225
Octal146254215101324112712245
Binary110011010101100100011010010101101010000110101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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