#66A62C

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

Shades of Limeade #66A62C

Tints of Limeade #66A62C

Color information

#66A62C (or 0x66A62C) is unknown color: approx Limeade. HEX triplet: 66, A6 and 2C. RGB value is (102,166,44). Sum of RGB (Red+Green+Blue) = 102+166+44=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #66A62C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A62C is #9959D3. Grayscale: #858585. Windows color (decimal): -10050004 or 2926182. OLE color: 2926182.

HSL color Cylindrical-coordinate representation of color #66A62C: hue angle of 91.48º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66A62C is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB10216644-
CMYK0.3900.730.35
HSL91.48º58.1%41.18%-
HSV(B)91.48º73.49%65.1%-
XYZ19.5730.287.2-
YUV132.9677.8105.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 166 (65.23% from 255) = 53.21%
BLUE value IS 44 (17.58% from 255) = 14.10%
R=32.69%
G=53.21%
B=14.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102166440.3900.730.3591.4858.141.18
Hex66A62C27049235b3a29
Octal14624654470111431337251
Binary110011010100110101100100111010010011000111011011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,166,44); }

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

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

 a { background-color: rgb(102,166,44); }

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

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

 span { border-color: rgb(102,166,44); }

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