#64A230

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

Shades of Limeade #64A230

Tints of Limeade #64A230

Color information

#64A230 (or 0x64A230) is unknown color: approx Limeade. HEX triplet: 64, A2 and 30. RGB value is (100,162,48). Sum of RGB (Red+Green+Blue) = 100+162+48=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #64A230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A230 is #9B5DCF. Grayscale: #828282. Windows color (decimal): -10182096 or 3187300. OLE color: 3187300.

HSL color Cylindrical-coordinate representation of color #64A230: hue angle of 92.63º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64A230 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB10016248-
CMYK0.3800.700.36
HSL92.63º54.29%41.18%-
HSV(B)92.63º70.37%63.53%-
XYZ18.7128.767.36-
YUV130.4781.46106.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 162 (63.67% from 255) = 52.26%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=32.26%
G=52.26%
B=15.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100162480.3800.700.3692.6354.2941.18
Hex64A23026046245d3629
Octal14424260460106441356651
Binary110010010100010110000100110010001101001001011101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,162,48); }

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

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

 a { background-color: rgb(100,162,48); }

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

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

 span { border-color: rgb(100,162,48); }

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