#66A933

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

Shades of Limeade #66A933

Tints of Limeade #66A933

Color information

#66A933 (or 0x66A933) is unknown color: approx Limeade. HEX triplet: 66, A9 and 33. RGB value is (102,169,51). Sum of RGB (Red+Green+Blue) = 102+169+51=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #66A933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A933 is #9956CC. Grayscale: #878787. Windows color (decimal): -10049229 or 3385702. OLE color: 3385702.

HSL color Cylindrical-coordinate representation of color #66A933: hue angle of 94.07º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66A933 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB10216951-
CMYK0.4000.700.34
HSL94.07º53.64%43.14%-
HSV(B)94.07º69.82%66.27%-
XYZ20.2631.448.13-
YUV135.5180.3104.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 169 (66.41% from 255) = 52.48%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=31.68%
G=52.48%
B=15.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102169510.4000.700.3494.0753.6443.14
Hex66A93328046225e362b
Octal14625163500106421366653
Binary110011010101001110011101000010001101000101011110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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