Html Css Color HEX #016C0D Green

📋 copy color: '#016C0D'

red 1 ◦ green 108 ◦ blue 13

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

Shades of Green #016C0D

Tints of Green #016C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 88.52%

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 0.82%
G = 88.52%
B = 10.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#016C0D (or 0x016C0D) is known color: Green. HEX triplet: 01, 6C and 0D. RGB value is (1,108,13). Sum of RGB (Red+Green+Blue) = 1+108+13=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 108 (42.58% from 255 or 88.52% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 108 - color contains mainly: green. Hex color #016C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016C0D is #FE93F2. Grayscale: #414141. Windows color (decimal): -16684019 or 879617. OLE color: 879617.

HSL color Cylindrical-coordinate representation of color #016C0D: hue angle of 126.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C0D is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 108 13 -
CMYK 0.99 0 0.88 0.58
HSL 126.73º 0.98% 0.21% -
HSV(B) 126.73º 0.99% 0.42% -
XYZ 5.45 10.76 2.17 -
YUV 65.18 98.55 82.22 -
System Red Green Blue C M Y K H S L
Decimal 1 108 13 0.99 0 0.88 0.58 126.73 0.98 0.21
Hex 1 6C D 63 0 58 3A 7F 62 15
Octal 1 154 15 143 0 130 72 177 142 25
Binary 1 1101100 1101 1100011 0 1011000 111010 1111111 1100010 10101

Color Harmonies of #016C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C0D

Black with #016C0D

Text Example


Text Example

White with #016C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,108,13); }

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

background-color css

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

 a { background-color: rgb(1,108,13); }

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

border-color css

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

 span { border-color: rgb(1,108,13); }

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