Html Css Color HEX #016E0D Green

📋 copy color: '#016E0D'

red 1 ◦ green 110 ◦ blue 13

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

Shades of Green #016E0D

Tints of Green #016E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 0.81%
G = 88.71%
B = 10.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#016E0D (or 0x016E0D) is known color: Green. HEX triplet: 01, 6E and 0D. RGB value is (1,110,13). Sum of RGB (Red+Green+Blue) = 1+110+13=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 110 (43.36% from 255 or 88.71% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 110 - color contains mainly: green. Hex color #016E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016E0D is #FE91F2. Grayscale: #424242. Windows color (decimal): -16683507 or 880129. OLE color: 880129.

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

Color convert

RGB 1 110 13 -
CMYK 0.99 0 0.88 0.57
HSL 126.61º 0.98% 0.22% -
HSV(B) 126.61º 0.99% 0.43% -
XYZ 5.66 11.19 2.24 -
YUV 66.35 97.89 81.39 -
System Red Green Blue C M Y K H S L
Decimal 1 110 13 0.99 0 0.88 0.57 126.61 0.98 0.22
Hex 1 6E D 63 0 58 39 7F 62 16
Octal 1 156 15 143 0 130 71 177 142 26
Binary 1 1101110 1101 1100011 0 1011000 111001 1111111 1100010 10110

Color Harmonies of #016E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E0D

Black with #016E0D

Text Example


Text Example

White with #016E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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