Html Css Color HEX #016E03 Green

📋 copy color: '#016E03'

red 1 ◦ green 110 ◦ blue 3

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

Shades of Green #016E03

Tints of Green #016E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.63%

R = 0.88%
G = 96.49%
B = 2.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#016E03 (or 0x016E03) is known color: Green. HEX triplet: 01, 6E and 03. RGB value is (1,110,3). Sum of RGB (Red+Green+Blue) = 1+110+3=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 110 (43.36% from 255 or 96.49% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 110 - color contains mainly: green. Hex color #016E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016E03 is #FE91FC. Grayscale: #414141. Windows color (decimal): -16683517 or 224769. OLE color: 224769.

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

Color convert

RGB 1 110 3 -
CMYK 0.99 0 0.97 0.57
HSL 121.1º 0.98% 0.22% -
HSV(B) 121.1º 0.99% 0.43% -
XYZ 5.6 11.16 1.95 -
YUV 65.21 92.89 82.2 -
System Red Green Blue C M Y K H S L
Decimal 1 110 3 0.99 0 0.97 0.57 121.1 0.98 0.22
Hex 1 6E 3 63 0 61 39 79 62 16
Octal 1 156 3 143 0 141 71 171 142 26
Binary 1 1101110 11 1100011 0 1100001 111001 1111001 1100010 10110

Color Harmonies of #016E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E03

Black with #016E03

Text Example


Text Example

White with #016E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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