Html Css Color HEX #016D12 Green

📋 copy color: '#016D12'

red 1 ◦ green 109 ◦ blue 18

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

Shades of Green #016D12

Tints of Green #016D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 85.16%

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

R = 0.78%
G = 85.16%
B = 14.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#016D12 (or 0x016D12) is known color: Green. HEX triplet: 01, 6D and 12. RGB value is (1,109,18). Sum of RGB (Red+Green+Blue) = 1+109+18=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 109 (42.97% from 255 or 85.16% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 109 - color contains mainly: green. Hex color #016D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D12 is #FE92ED. Grayscale: #424242. Windows color (decimal): -16683758 or 1207553. OLE color: 1207553.

HSL color Cylindrical-coordinate representation of color #016D12: hue angle of 129.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D12 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 18 -
CMYK 0.99 0 0.83 0.57
HSL 129.44º 0.98% 0.22% -
HSV(B) 129.44º 0.99% 0.43% -
XYZ 5.59 10.99 2.4 -
YUV 66.33 100.72 81.4 -
System Red Green Blue C M Y K H S L
Decimal 1 109 18 0.99 0 0.83 0.57 129.44 0.98 0.22
Hex 1 6D 12 63 0 53 39 81 62 16
Octal 1 155 22 143 0 123 71 201 142 26
Binary 1 1101101 10010 1100011 0 1010011 111001 10000001 1100010 10110

Color Harmonies of #016D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D12

Black with #016D12

Text Example


Text Example

White with #016D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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