Html Css Color HEX #56A014 Limeade

📋 copy color: '#56A014'

red 86 ◦ green 160 ◦ blue 20

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

Shades of Limeade #56A014

Tints of Limeade #56A014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 32.33%
G = 60.15%
B = 7.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#56A014 (or 0x56A014) is known color: Limeade. HEX triplet: 56, A0 and 14. RGB value is (86,160,20). Sum of RGB (Red+Green+Blue) = 86+160+20=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #56A014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A014 is #A95FEB. Grayscale: #7A7A7A. Windows color (decimal): -11100140 or 1351766. OLE color: 1351766.

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

Color convert

RGB 86 160 20 -
CMYK 0.46 0 0.88 0.37
HSL 91.71º 0.78% 0.35% -
HSV(B) 91.71º 0.88% 0.63% -
XYZ 16.53 27.17 5.03 -
YUV 121.91 70.48 102.38 -
System Red Green Blue C M Y K H S L
Decimal 86 160 20 0.46 0 0.88 0.37 91.71 0.78 0.35
Hex 56 A0 14 2E 0 58 25 5C 4E 23
Octal 126 240 24 56 0 130 45 134 116 43
Binary 1010110 10100000 10100 101110 0 1011000 100101 1011100 1001110 100011

Color Harmonies of #56A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A014

Black with #56A014

Text Example


Text Example

White with #56A014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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