Html Css Color HEX #56A10C Limeade

📋 copy color: '#56A10C'

red 86 ◦ green 161 ◦ blue 12

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

Shades of Limeade #56A10C

Tints of Limeade #56A10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 33.2%
G = 62.16%
B = 4.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#56A10C (or 0x56A10C) is known color: Limeade. HEX triplet: 56, A1 and 0C. RGB value is (86,161,12). Sum of RGB (Red+Green+Blue) = 86+161+12=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 161 (63.28% from 255 or 62.16% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 161 - color contains mainly: green. Hex color #56A10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A10C is #A95EF3. Grayscale: #7A7A7A. Windows color (decimal): -11099892 or 827734. OLE color: 827734.

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

Color convert

RGB 86 161 12 -
CMYK 0.47 0 0.93 0.37
HSL 90.2º 0.86% 0.34% -
HSV(B) 90.2º 0.93% 0.63% -
XYZ 16.65 27.49 4.78 -
YUV 121.59 66.15 102.62 -
System Red Green Blue C M Y K H S L
Decimal 86 161 12 0.47 0 0.93 0.37 90.2 0.86 0.34
Hex 56 A1 C 2F 0 5D 25 5A 56 22
Octal 126 241 14 57 0 135 45 132 126 42
Binary 1010110 10100001 1100 101111 0 1011101 100101 1011010 1010110 100010

Color Harmonies of #56A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A10C

Black with #56A10C

Text Example


Text Example

White with #56A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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