#66A931

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

Shades of Limeade #66A931

Tints of Limeade #66A931

Color information

#66A931 (or 0x66A931) is unknown color: approx Limeade. HEX triplet: 66, A9 and 31. RGB value is (102,169,49). Sum of RGB (Red+Green+Blue) = 102+169+49=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #66A931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A931 is #9956CE. Grayscale: #878787. Windows color (decimal): -10049231 or 3254630. OLE color: 3254630.

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

Color convert

RGB10216949-
CMYK0.4000.710.34
HSL93.5º55.05%42.75%-
HSV(B)93.5º71.01%66.27%-
XYZ20.2231.427.91-
YUV135.2979.3104.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 169 (66.41% from 255) = 52.81%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=31.88%
G=52.81%
B=15.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102169490.4000.710.3493.555.0542.75
Hex66A93128047225e372b
Octal14625161500107421366753
Binary110011010101001110001101000010001111000101011110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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