Html Css Color HEX #016F16 Green

📋 copy color: '#016F16'

red 1 ◦ green 111 ◦ blue 22

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

Shades of Green #016F16

Tints of Green #016F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.42%

R = 0.75%
G = 82.84%
B = 16.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#016F16 (or 0x016F16) is known color: Green. HEX triplet: 01, 6F and 16. RGB value is (1,111,22). Sum of RGB (Red+Green+Blue) = 1+111+22=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 111 (43.75% from 255 or 82.84% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 111 - color contains mainly: green. Hex color #016F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F16 is #FE90E9. Grayscale: #444444. Windows color (decimal): -16683242 or 1470209. OLE color: 1470209.

HSL color Cylindrical-coordinate representation of color #016F16: hue angle of 131.45º 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 #016F16 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 22 -
CMYK 0.99 0 0.80 0.56
HSL 131.45º 0.98% 0.22% -
HSV(B) 131.45º 0.99% 0.44% -
XYZ 5.84 11.43 2.66 -
YUV 67.96 102.06 80.24 -
System Red Green Blue C M Y K H S L
Decimal 1 111 22 0.99 0 0.80 0.56 131.45 0.98 0.22
Hex 1 6F 16 63 0 50 38 83 62 16
Octal 1 157 26 143 0 120 70 203 142 26
Binary 1 1101111 10110 1100011 0 1010000 111000 10000011 1100010 10110

Color Harmonies of #016F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F16

Black with #016F16

Text Example


Text Example

White with #016F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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