Html Css Color HEX #01560C Green

📋 copy color: '#01560C'

red 1 ◦ green 86 ◦ blue 12

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

Shades of Green #01560C

Tints of Green #01560C

RGB

 RED value IS 1 (0.78% from 255) = 1.01%

 GREEN value IS 86 (33.98% from 255) = 86.87%

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

R = 1.01%
G = 86.87%
B = 12.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#01560C (or 0x01560C) is known color: Green. HEX triplet: 01, 56 and 0C. RGB value is (1,86,12). Sum of RGB (Red+Green+Blue) = 1+86+12=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 86 (33.98% from 255 or 86.87% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 86 - color contains mainly: green. Hex color #01560C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01560C is #FEA9F3. Grayscale: #343434. Windows color (decimal): -16689652 or 808449. OLE color: 808449.

HSL color Cylindrical-coordinate representation of color #01560C: hue angle of 127.76º 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 #01560C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 86 12 -
CMYK 0.99 0 0.86 0.66
HSL 127.76º 0.98% 0.17% -
HSV(B) 127.76º 0.99% 0.34% -
XYZ 3.41 6.69 1.46 -
YUV 52.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 1 86 12 0.99 0 0.86 0.66 127.76 0.98 0.17
Hex 1 56 C 63 0 56 42 80 62 11
Octal 1 126 14 143 0 126 102 200 142 21
Binary 1 1010110 1100 1100011 0 1010110 1000010 10000000 1100010 10001

Color Harmonies of #01560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01560C

Black with #01560C

Text Example


Text Example

White with #01560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01560C;
 }
 .AnyTagClassName
 {
   color: #01560C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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