Html Css Color HEX #016F04 Green

📋 copy color: '#016F04'

red 1 ◦ green 111 ◦ blue 4

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

Shades of Green #016F04

Tints of Green #016F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.45%

R = 0.86%
G = 95.69%
B = 3.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#016F04 (or 0x016F04) is known color: Green. HEX triplet: 01, 6F and 04. RGB value is (1,111,4). Sum of RGB (Red+Green+Blue) = 1+111+4=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 111 (43.75% from 255 or 95.69% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 111 - color contains mainly: green. Hex color #016F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F04 is #FE90FB. Grayscale: #424242. Windows color (decimal): -16683260 or 290561. OLE color: 290561.

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

Color convert

RGB 1 111 4 -
CMYK 0.99 0 0.96 0.56
HSL 121.64º 0.98% 0.22% -
HSV(B) 121.64º 0.99% 0.44% -
XYZ 5.72 11.38 2.01 -
YUV 65.91 93.06 81.7 -
System Red Green Blue C M Y K H S L
Decimal 1 111 4 0.99 0 0.96 0.56 121.64 0.98 0.22
Hex 1 6F 4 63 0 60 38 7A 62 16
Octal 1 157 4 143 0 140 70 172 142 26
Binary 1 1101111 100 1100011 0 1100000 111000 1111010 1100010 10110

Color Harmonies of #016F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F04

Black with #016F04

Text Example


Text Example

White with #016F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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