#56A002

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

Shades of Limeade #56A002

Tints of Limeade #56A002

Color information

#56A002 (or 0x56A002) is unknown color: approx Limeade. HEX triplet: 56, A0 and 02. RGB value is (86,160,2). Sum of RGB (Red+Green+Blue) = 86+160+2=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #56A002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A002 is #A95FFD. Grayscale: #787878. Windows color (decimal): -11100158 or 172118. OLE color: 172118.

HSL color Cylindrical-coordinate representation of color #56A002: hue angle of 88.1º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56A002 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB861602-
CMYK0.4600.990.37
HSL88.1º97.53%31.76%-
HSV(B)88.1º98.75%62.75%-
XYZ16.4227.124.43-
YUV119.8661.48103.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 160 (62.89% from 255) = 64.52%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=34.68%
G=64.52%
B=0.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8616020.4600.990.3788.197.5331.76
Hex56A022E06325586220
Octal12624025601434513014240
Binary101011010100000101011100110001110010110110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A002; }

 p { color: rgb(86,160,2); }

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

<style>
 a { background-color: #56A002; }

 a { background-color: rgb(86,160,2); }

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

<style>
 span { border-color: #56A002; }

 span { border-color: rgb(86,160,2); }

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