#66aa33

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

Shades of Limeade #66AA33

Tints of Limeade #66AA33

Color information

#66AA33 (or 0x66AA33) is unknown color: approx Limeade. HEX triplet: 66, AA and 33. RGB value is (102,170,51). Sum of RGB (Red+Green+Blue) = 102+170+51=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA33 is #9955CC. Grayscale: #888888. Windows color (decimal): -10048973 or 3385958. OLE color: 3385958.

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

Color convert

RGB10217051-
CMYK0.400.70.33
HSL94.29º53.85%43.33%-
HSV(B)94.29º70%66.67%-
XYZ20.4531.818.19-
YUV136.179.97103.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=31.58%
G=52.63%
B=15.79%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102170510.400.70.3394.2953.8543.33
Hex66AA3328046215e362b
Octal14625263500106411366653
Binary110011010101010110011101000010001101000011011110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66aa33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,170,51); }

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

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

 a { background-color: rgb(102,170,51); }

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

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

 span { border-color: rgb(102,170,51); }

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