#64A726

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

Shades of Limeade #64A726

Tints of Limeade #64A726

Color information

#64A726 (or 0x64A726) is unknown color: approx Limeade. HEX triplet: 64, A7 and 26. RGB value is (100,167,38). Sum of RGB (Red+Green+Blue) = 100+167+38=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 167 (65.62% from 255 or 54.75% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 167 - color contains mainly: green. Hex color #64A726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A726 is #9B58D9. Grayscale: #848484. Windows color (decimal): -10180826 or 2533220. OLE color: 2533220.

HSL color Cylindrical-coordinate representation of color #64A726: hue angle of 91.16º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64A726 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB10016738-
CMYK0.4000.770.35
HSL91.16º62.93%40.2%-
HSV(B)91.16º77.25%65.49%-
XYZ19.4230.496.69-
YUV132.2674.8104.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 167 (65.62% from 255) = 54.75%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=32.79%
G=54.75%
B=12.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100167380.4000.770.3591.1662.9340.2
Hex64A7262804D235b3f28
Octal14424746500115431337750
Binary110010010100111100110101000010011011000111011011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,167,38); }

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

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

 a { background-color: rgb(100,167,38); }

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

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

 span { border-color: rgb(100,167,38); }

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