Html Css Color HEX #56A124 Limeade

📋 copy color: '#56A124'

red 86 ◦ green 161 ◦ blue 36

#56A124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #56A124

Tints of Limeade #56A124

RGB

 RED value IS 86 (33.98% from 255) = 30.39%

 GREEN value IS 161 (63.28% from 255) = 56.89%

 BLUE value IS 36 (14.45% from 255) = 12.72%

R = 30.39%
G = 56.89%
B = 12.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#56A124 (or 0x56A124) is known color: Limeade. HEX triplet: 56, A1 and 24. RGB value is (86,161,36). Sum of RGB (Red+Green+Blue) = 86+161+36=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #56A124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A124 is #A95EDB. Grayscale: #7C7C7C. Windows color (decimal): -11099868 or 2400598. OLE color: 2400598.

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

Color convert

RGB 86 161 36 -
CMYK 0.47 0 0.78 0.37
HSL 96º 0.63% 0.39% -
HSV(B) 96º 0.78% 0.63% -
XYZ 16.9 27.6 6.1 -
YUV 124.33 78.15 100.66 -
System Red Green Blue C M Y K H S L
Decimal 86 161 36 0.47 0 0.78 0.37 96 0.63 0.39
Hex 56 A1 24 2F 0 4E 25 60 3F 27
Octal 126 241 44 57 0 116 45 140 77 47
Binary 1010110 10100001 100100 101111 0 1001110 100101 1100000 111111 100111

Color Harmonies of #56A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A124

Black with #56A124

Text Example


Text Example

White with #56A124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56A124;
 }
 .AnyTagClassName
 {
   color: #56A124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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