#56A226

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

Shades of Limeade #56A226

Tints of Limeade #56A226

Color information

#56A226 (or 0x56A226) is unknown color: approx Limeade. HEX triplet: 56, A2 and 26. RGB value is (86,162,38). Sum of RGB (Red+Green+Blue) = 86+162+38=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #56A226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A226 is #A95DD9. Grayscale: #7D7D7D. Windows color (decimal): -11099610 or 2531926. OLE color: 2531926.

HSL color Cylindrical-coordinate representation of color #56A226: hue angle of 96.77º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56A226 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB8616238-
CMYK0.4700.770.36
HSL96.77º62%39.22%-
HSV(B)96.77º76.54%63.53%-
XYZ17.1127.966.33-
YUV125.1478.82100.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=30.07%
G=56.64%
B=13.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86162380.4700.770.3696.776239.22
Hex56A2262F04D24613e27
Octal12624246570115441417647
Binary101011010100010100110101111010011011001001100001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,162,38); }

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

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

 a { background-color: rgb(86,162,38); }

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

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

 span { border-color: rgb(86,162,38); }

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