#66A122

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

Shades of Limeade #66A122

Tints of Limeade #66A122

Color information

#66A122 (or 0x66A122) is unknown color: approx Limeade. HEX triplet: 66, A1 and 22. RGB value is (102,161,34). Sum of RGB (Red+Green+Blue) = 102+161+34=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #66A122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A122 is #995EDD. Grayscale: #818181. Windows color (decimal): -10051294 or 2269542. OLE color: 2269542.

HSL color Cylindrical-coordinate representation of color #66A122: hue angle of 87.87º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66A122 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB10216134-
CMYK0.3700.790.37
HSL87.87º65.13%38.24%-
HSV(B)87.87º78.88%63.14%-
XYZ18.5128.436.03-
YUV128.8874.45108.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 161 (63.28% from 255) = 54.21%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=34.34%
G=54.21%
B=11.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal102161340.3700.790.3787.8765.1338.24
Hex66A1222504F25584126
Octal146241424501174513010146
Binary1100110101000011000101001010100111110010110110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,161,34); }

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

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

 a { background-color: rgb(102,161,34); }

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

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

 span { border-color: rgb(102,161,34); }

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