#64AA27

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

Shades of Limeade #64AA27

Tints of Limeade #64AA27

Color information

#64AA27 (or 0x64AA27) is unknown color: approx Limeade. HEX triplet: 64, AA and 27. RGB value is (100,170,39). Sum of RGB (Red+Green+Blue) = 100+170+39=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AA27 is #9B55D8. Grayscale: #868686. Windows color (decimal): -10180057 or 2599524. OLE color: 2599524.

HSL color Cylindrical-coordinate representation of color #64AA27: hue angle of 92.06º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64AA27 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB10017039-
CMYK0.4100.770.33
HSL92.06º62.68%40.98%-
HSV(B)92.06º77.06%66.67%-
XYZ2031.616.97-
YUV134.1474.31103.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=32.36%
G=55.02%
B=12.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100170390.4100.770.3392.0662.6840.98
Hex64AA272904D215c3f29
Octal14425247510115411347751
Binary110010010101010100111101001010011011000011011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AA27; }

 p { color: rgb(100,170,39); }

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

<style>
 a { background-color: #64AA27; }

 a { background-color: rgb(100,170,39); }

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

<style>
 span { border-color: #64AA27; }

 span { border-color: rgb(100,170,39); }

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