#66A82C

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

Shades of Limeade #66A82C

Tints of Limeade #66A82C

Color information

#66A82C (or 0x66A82C) is unknown color: approx Limeade. HEX triplet: 66, A8 and 2C. RGB value is (102,168,44). Sum of RGB (Red+Green+Blue) = 102+168+44=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #66A82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A82C is #9957D3. Grayscale: #868686. Windows color (decimal): -10049492 or 2926694. OLE color: 2926694.

HSL color Cylindrical-coordinate representation of color #66A82C: hue angle of 91.94º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66A82C is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB10216844-
CMYK0.3900.740.34
HSL91.94º58.49%41.57%-
HSV(B)91.94º73.81%65.88%-
XYZ19.9431.017.32-
YUV134.1377.13105.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 168 (66.02% from 255) = 53.50%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=32.48%
G=53.50%
B=14.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102168440.3900.740.3491.9458.4941.57
Hex66A82C2704A225c3a2a
Octal14625054470112421347252
Binary110011010101000101100100111010010101000101011100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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