#66AB21

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

Shades of Christi #66AB21

Tints of Christi #66AB21

Color information

#66AB21 (or 0x66AB21) is unknown color: approx Christi. HEX triplet: 66, AB and 21. RGB value is (102,171,33). Sum of RGB (Red+Green+Blue) = 102+171+33=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AB21 is #9954DE. Grayscale: #878787. Windows color (decimal): -10048735 or 2206566. OLE color: 2206566.

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

Color convert

RGB10217133-
CMYK0.4000.810.33
HSL90º67.65%40%-
HSV(B)90º80.7%67.06%-
XYZ20.3232.066.56-
YUV134.6470.64104.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 55.88%
BLUE value IS 33 (13.28% from 255) = 10.78%
R=33.33%
G=55.88%
B=10.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171330.4000.810.339067.6540
Hex66AB2128051215a4428
Octal146253415001214113210450
Binary1100110101010111000011010000101000110000110110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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