Html Css Color HEX #016112 Green

📋 copy color: '#016112'

red 1 ◦ green 97 ◦ blue 18

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

Shades of Green #016112

Tints of Green #016112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 83.62%

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 0.86%
G = 83.62%
B = 15.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#016112 (or 0x016112) is known color: Green. HEX triplet: 01, 61 and 12. RGB value is (1,97,18). Sum of RGB (Red+Green+Blue) = 1+97+18=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 97 (38.28% from 255 or 83.62% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 97 - color contains mainly: green. Hex color #016112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016112 is #FE9EED. Grayscale: #3B3B3B. Windows color (decimal): -16686830 or 1204481. OLE color: 1204481.

HSL color Cylindrical-coordinate representation of color #016112: hue angle of 130.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016112 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 18 -
CMYK 0.99 0 0.81 0.62
HSL 130.63º 0.98% 0.19% -
HSV(B) 130.63º 0.99% 0.38% -
XYZ 4.4 8.6 2 -
YUV 59.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 1 97 18 0.99 0 0.81 0.62 130.63 0.98 0.19
Hex 1 61 12 63 0 51 3E 83 62 13
Octal 1 141 22 143 0 121 76 203 142 23
Binary 1 1100001 10010 1100011 0 1010001 111110 10000011 1100010 10011

Color Harmonies of #016112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016112

Black with #016112

Text Example


Text Example

White with #016112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016112; }

 p { color: rgb(1,97,18); }

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

background-color css

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

 a { background-color: rgb(1,97,18); }

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

border-color css

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

 span { border-color: rgb(1,97,18); }

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