#56A12D

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

Shades of Limeade #56A12D

Tints of Limeade #56A12D

Color information

#56A12D (or 0x56A12D) is unknown color: approx Limeade. HEX triplet: 56, A1 and 2D. RGB value is (86,161,45). Sum of RGB (Red+Green+Blue) = 86+161+45=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #56A12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A12D is #A95ED2. Grayscale: #7D7D7D. Windows color (decimal): -11099859 or 2990422. OLE color: 2990422.

HSL color Cylindrical-coordinate representation of color #56A12D: hue angle of 98.79º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56A12D is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB8616145-
CMYK0.4700.720.37
HSL98.79º56.31%40.39%-
HSV(B)98.79º72.05%63.14%-
XYZ17.0627.666.92-
YUV125.3582.6599.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 161 (63.28% from 255) = 55.14%
BLUE value IS 45 (17.97% from 255) = 15.41%
R=29.45%
G=55.14%
B=15.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86161450.4700.720.3798.7956.3140.39
Hex56A12D2F04825633828
Octal12624155570110451437050
Binary101011010100001101101101111010010001001011100011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,161,45); }

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

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

 a { background-color: rgb(86,161,45); }

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

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

 span { border-color: rgb(86,161,45); }

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