Html Css Color HEX #016C0F Green

📋 copy color: '#016C0F'

red 1 ◦ green 108 ◦ blue 15

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

Shades of Green #016C0F

Tints of Green #016C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.1%

R = 0.81%
G = 87.1%
B = 12.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#016C0F (or 0x016C0F) is known color: Green. HEX triplet: 01, 6C and 0F. RGB value is (1,108,15). Sum of RGB (Red+Green+Blue) = 1+108+15=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 108 (42.58% from 255 or 87.10% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 108 - color contains mainly: green. Hex color #016C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016C0F is #FE93F0. Grayscale: #414141. Windows color (decimal): -16684017 or 1010689. OLE color: 1010689.

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

Color convert

RGB 1 108 15 -
CMYK 0.99 0 0.86 0.58
HSL 127.85º 0.98% 0.21% -
HSV(B) 127.85º 0.99% 0.42% -
XYZ 5.46 10.77 2.24 -
YUV 65.41 99.55 82.06 -
System Red Green Blue C M Y K H S L
Decimal 1 108 15 0.99 0 0.86 0.58 127.85 0.98 0.21
Hex 1 6C F 63 0 56 3A 80 62 15
Octal 1 154 17 143 0 126 72 200 142 25
Binary 1 1101100 1111 1100011 0 1010110 111010 10000000 1100010 10101

Color Harmonies of #016C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C0F

Black with #016C0F

Text Example


Text Example

White with #016C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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