Html Css Color HEX #56A008 Limeade

📋 copy color: '#56A008'

red 86 ◦ green 160 ◦ blue 8

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

Shades of Limeade #56A008

Tints of Limeade #56A008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.99%

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 33.86%
G = 62.99%
B = 3.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#56A008 (or 0x56A008) is known color: Limeade. HEX triplet: 56, A0 and 08. RGB value is (86,160,8). Sum of RGB (Red+Green+Blue) = 86+160+8=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #56A008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A008 is #A95FF7. Grayscale: #797979. Windows color (decimal): -11100152 or 565334. OLE color: 565334.

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

Color convert

RGB 86 160 8 -
CMYK 0.46 0 0.95 0.37
HSL 89.21º 0.9% 0.33% -
HSV(B) 89.21º 0.95% 0.63% -
XYZ 16.45 27.14 4.6 -
YUV 120.55 64.48 103.36 -
System Red Green Blue C M Y K H S L
Decimal 86 160 8 0.46 0 0.95 0.37 89.21 0.9 0.33
Hex 56 A0 8 2E 0 5F 25 59 5A 21
Octal 126 240 10 56 0 137 45 131 132 41
Binary 1010110 10100000 1000 101110 0 1011111 100101 1011001 1011010 100001

Color Harmonies of #56A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A008

Black with #56A008

Text Example


Text Example

White with #56A008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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