Html Css Color HEX #016E1A Green

📋 copy color: '#016E1A'

red 1 ◦ green 110 ◦ blue 26

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

Shades of Green #016E1A

Tints of Green #016E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 0.73%
G = 80.29%
B = 18.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#016E1A (or 0x016E1A) is known color: Green. HEX triplet: 01, 6E and 1A. RGB value is (1,110,26). Sum of RGB (Red+Green+Blue) = 1+110+26=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 110 (43.36% from 255 or 80.29% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 110 - color contains mainly: green. Hex color #016E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E1A is #FE91E5. Grayscale: #444444. Windows color (decimal): -16683494 or 1732097. OLE color: 1732097.

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

Color convert

RGB 1 110 26 -
CMYK 0.99 0 0.76 0.57
HSL 133.76º 0.98% 0.22% -
HSV(B) 133.76º 0.99% 0.43% -
XYZ 5.77 11.23 2.84 -
YUV 67.83 104.39 80.33 -
System Red Green Blue C M Y K H S L
Decimal 1 110 26 0.99 0 0.76 0.57 133.76 0.98 0.22
Hex 1 6E 1A 63 0 4C 39 86 62 16
Octal 1 156 32 143 0 114 71 206 142 26
Binary 1 1101110 11010 1100011 0 1001100 111001 10000110 1100010 10110

Color Harmonies of #016E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E1A

Black with #016E1A

Text Example


Text Example

White with #016E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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