Html Css Color HEX #016912 Green

📋 copy color: '#016912'

red 1 ◦ green 105 ◦ blue 18

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

Shades of Green #016912

Tints of Green #016912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 84.68%

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

R = 0.81%
G = 84.68%
B = 14.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#016912 (or 0x016912) is known color: Green. HEX triplet: 01, 69 and 12. RGB value is (1,105,18). Sum of RGB (Red+Green+Blue) = 1+105+18=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 105 (41.41% from 255 or 84.68% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 105 - color contains mainly: green. Hex color #016912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016912 is #FE96ED. Grayscale: #404040. Windows color (decimal): -16684782 or 1206529. OLE color: 1206529.

HSL color Cylindrical-coordinate representation of color #016912: hue angle of 129.81º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016912 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 18 -
CMYK 0.99 0 0.83 0.59
HSL 129.81º 0.98% 0.21% -
HSV(B) 129.81º 0.99% 0.41% -
XYZ 5.17 10.15 2.26 -
YUV 63.99 102.04 83.07 -
System Red Green Blue C M Y K H S L
Decimal 1 105 18 0.99 0 0.83 0.59 129.81 0.98 0.21
Hex 1 69 12 63 0 53 3B 82 62 15
Octal 1 151 22 143 0 123 73 202 142 25
Binary 1 1101001 10010 1100011 0 1010011 111011 10000010 1100010 10101

Color Harmonies of #016912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016912

Black with #016912

Text Example


Text Example

White with #016912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016912; }

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

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

background-color css

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

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

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

border-color css

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

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

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