Html Css Color HEX #016E16 Green

📋 copy color: '#016E16'

red 1 ◦ green 110 ◦ blue 22

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

Shades of Green #016E16

Tints of Green #016E16

RGB

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

 GREEN value IS 110 (43.36% from 255) = 82.71%

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

R = 0.75%
G = 82.71%
B = 16.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.8

 K value IS 0.57

RGB Variations

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

Color information

#016E16 (or 0x016E16) is known color: Green. HEX triplet: 01, 6E and 16. RGB value is (1,110,22). Sum of RGB (Red+Green+Blue) = 1+110+22=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 110 (43.36% from 255 or 82.71% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 110 - color contains mainly: green. Hex color #016E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016E16 is #FE91E9. Grayscale: #434343. Windows color (decimal): -16683498 or 1469953. OLE color: 1469953.

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

Color convert

RGB 1 110 22 -
CMYK 0.99 0 0.8 0.57
HSL 131.56º 0.98% 0.22% -
HSV(B) 131.56º 0.99% 0.43% -
XYZ 5.73 11.22 2.62 -
YUV 67.38 102.39 80.66 -
System Red Green Blue C M Y K H S L
Decimal 1 110 22 0.99 0 0.8 0.57 131.56 0.98 0.22
Hex 1 6E 16 63 0 50 39 84 62 16
Octal 1 156 26 143 0 120 71 204 142 26
Binary 1 1101110 10110 1100011 0 1010000 111001 10000100 1100010 10110

Color Harmonies of #016E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E16

Black with #016E16

Text Example


Text Example

White with #016E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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