#66AB1C

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

Shades of Christi #66AB1C

Tints of Christi #66AB1C

Color information

#66AB1C (or 0x66AB1C) is unknown color: approx Christi. HEX triplet: 66, AB and 1C. RGB value is (102,171,28). Sum of RGB (Red+Green+Blue) = 102+171+28=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AB1C is #9954E3. Grayscale: #868686. Windows color (decimal): -10048740 or 1878886. OLE color: 1878886.

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

Color convert

RGB10217128-
CMYK0.4000.840.33
HSL88.95º71.86%39.02%-
HSV(B)88.95º83.63%67.06%-
XYZ20.2532.036.21-
YUV134.0768.14105.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 171 (67.19% from 255) = 56.81%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=33.89%
G=56.81%
B=9.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171280.4000.840.3388.9571.8639.02
Hex66AB1C2805421594827
Octal146253345001244113111047
Binary110011010101011111001010000101010010000110110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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