Html Css Color HEX #016212 Green

📋 copy color: '#016212'

red 1 ◦ green 98 ◦ blue 18

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

Shades of Green #016212

Tints of Green #016212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 83.76%

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 0.85%
G = 83.76%
B = 15.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#016212 (or 0x016212) is known color: Green. HEX triplet: 01, 62 and 12. RGB value is (1,98,18). Sum of RGB (Red+Green+Blue) = 1+98+18=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 98 (38.67% from 255 or 83.76% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 98 - color contains mainly: green. Hex color #016212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016212 is #FE9DED. Grayscale: #3C3C3C. Windows color (decimal): -16686574 or 1204737. OLE color: 1204737.

HSL color Cylindrical-coordinate representation of color #016212: hue angle of 130.52º 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 #016212 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 18 -
CMYK 0.99 0 0.82 0.62
HSL 130.52º 0.98% 0.19% -
HSV(B) 130.52º 0.99% 0.38% -
XYZ 4.49 8.79 2.03 -
YUV 59.88 104.36 86 -
System Red Green Blue C M Y K H S L
Decimal 1 98 18 0.99 0 0.82 0.62 130.52 0.98 0.19
Hex 1 62 12 63 0 52 3E 83 62 13
Octal 1 142 22 143 0 122 76 203 142 23
Binary 1 1100010 10010 1100011 0 1010010 111110 10000011 1100010 10011

Color Harmonies of #016212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016212

Black with #016212

Text Example


Text Example

White with #016212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016212; }

 p { color: rgb(1,98,18); }

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

background-color css

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

 a { background-color: rgb(1,98,18); }

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

border-color css

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

 span { border-color: rgb(1,98,18); }

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