#01560A

Color #01560A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #01560A

Tints of Green #01560A

Color information

#01560A (or 0x01560A) is unknown color: approx Green. HEX triplet: 01, 56 and 0A. RGB value is (1,86,10). Sum of RGB (Red+Green+Blue) = 1+86+10=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 86 (33.98% from 255 or 88.66% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 86 - color contains mainly: green. Hex color #01560A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01560A is #FEA9F5. Grayscale: #343434. Windows color (decimal): -16689654 or 677377. OLE color: 677377.

HSL color Cylindrical-coordinate representation of color #01560A: hue angle of 126.35º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01560A is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB18610-
CMYK0.9900.880.66
HSL126.35º97.7%17.06%-
HSV(B)126.35º98.84%33.73%-
XYZ3.46.681.4-
YUV51.92104.3491.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 86 (33.98% from 255) = 88.66%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=1.03%
G=88.66%
B=10.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186100.9900.880.66126.3597.717.06
Hex156A63058427e6211
Octal112612143013010217614221
Binary11010110101011000110101100010000101111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01560A; }

 p { color: rgb(1,86,10); }

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

<style>
 a { background-color: #01560A; }

 a { background-color: rgb(1,86,10); }

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

<style>
 span { border-color: #01560A; }

 span { border-color: rgb(1,86,10); }

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