Html Css Color HEX #016010 Green

📋 copy color: '#016010'

red 1 ◦ green 96 ◦ blue 16

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

Shades of Green #016010

Tints of Green #016010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 84.96%

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 0.88%
G = 84.96%
B = 14.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#016010 (or 0x016010) is known color: Green. HEX triplet: 01, 60 and 10. RGB value is (1,96,16). Sum of RGB (Red+Green+Blue) = 1+96+16=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 96 (37.89% from 255 or 84.96% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 96 - color contains mainly: green. Hex color #016010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016010 is #FE9FEF. Grayscale: #3A3A3A. Windows color (decimal): -16687088 or 1073153. OLE color: 1073153.

HSL color Cylindrical-coordinate representation of color #016010: hue angle of 129.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016010 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 16 -
CMYK 0.99 0 0.83 0.62
HSL 129.47º 0.98% 0.19% -
HSV(B) 129.47º 0.99% 0.38% -
XYZ 4.29 8.41 1.89 -
YUV 58.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 1 96 16 0.99 0 0.83 0.62 129.47 0.98 0.19
Hex 1 60 10 63 0 53 3E 81 62 13
Octal 1 140 20 143 0 123 76 201 142 23
Binary 1 1100000 10000 1100011 0 1010011 111110 10000001 1100010 10011

Color Harmonies of #016010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016010

Black with #016010

Text Example


Text Example

White with #016010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016010; }

 p { color: rgb(1,96,16); }

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

background-color css

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

 a { background-color: rgb(1,96,16); }

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

border-color css

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

 span { border-color: rgb(1,96,16); }

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