#66A429

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

Shades of Limeade #66A429

Tints of Limeade #66A429

Color information

#66A429 (or 0x66A429) is unknown color: approx Limeade. HEX triplet: 66, A4 and 29. RGB value is (102,164,41). Sum of RGB (Red+Green+Blue) = 102+164+41=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #66A429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A429 is #995BD6. Grayscale: #838383. Windows color (decimal): -10050519 or 2729062. OLE color: 2729062.

HSL color Cylindrical-coordinate representation of color #66A429: hue angle of 90.24º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66A429 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB10216441-
CMYK0.3800.750.36
HSL90.24º60%40.2%-
HSV(B)90.24º75%64.31%-
XYZ19.1629.546.79-
YUV131.4476.96107-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 164 (64.45% from 255) = 53.42%
BLUE value IS 41 (16.41% from 255) = 13.36%
R=33.22%
G=53.42%
B=13.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102164410.3800.750.3690.246040.2
Hex66A4292604B245a3c28
Octal14624451460113441327450
Binary110011010100100101001100110010010111001001011010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,164,41); }

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

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

 a { background-color: rgb(102,164,41); }

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

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

 span { border-color: rgb(102,164,41); }

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