Html Css Color HEX #016F13 Green

📋 copy color: '#016F13'

red 1 ◦ green 111 ◦ blue 19

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

Shades of Green #016F13

Tints of Green #016F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 84.73%

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 0.76%
G = 84.73%
B = 14.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#016F13 (or 0x016F13) is known color: Green. HEX triplet: 01, 6F and 13. RGB value is (1,111,19). Sum of RGB (Red+Green+Blue) = 1+111+19=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 111 (43.75% from 255 or 84.73% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 111 - color contains mainly: green. Hex color #016F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F13 is #FE90EC. Grayscale: #434343. Windows color (decimal): -16683245 or 1273601. OLE color: 1273601.

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

Color convert

RGB 1 111 19 -
CMYK 0.99 0 0.83 0.56
HSL 129.82º 0.98% 0.22% -
HSV(B) 129.82º 0.99% 0.44% -
XYZ 5.81 11.42 2.51 -
YUV 67.62 100.56 80.48 -
System Red Green Blue C M Y K H S L
Decimal 1 111 19 0.99 0 0.83 0.56 129.82 0.98 0.22
Hex 1 6F 13 63 0 53 38 82 62 16
Octal 1 157 23 143 0 123 70 202 142 26
Binary 1 1101111 10011 1100011 0 1010011 111000 10000010 1100010 10110

Color Harmonies of #016F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F13

Black with #016F13

Text Example


Text Example

White with #016F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,111,19); }

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

background-color css

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

 a { background-color: rgb(1,111,19); }

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

border-color css

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

 span { border-color: rgb(1,111,19); }

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