Html Css Color HEX #016D0A Green

📋 copy color: '#016D0A'

red 1 ◦ green 109 ◦ blue 10

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

Shades of Green #016D0A

Tints of Green #016D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 90.83%

 BLUE value IS 10 (4.3% from 255) = 8.33%

R = 0.83%
G = 90.83%
B = 8.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#016D0A (or 0x016D0A) is known color: Green. HEX triplet: 01, 6D and 0A. RGB value is (1,109,10). Sum of RGB (Red+Green+Blue) = 1+109+10=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 109 (42.97% from 255 or 90.83% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 109 - color contains mainly: green. Hex color #016D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D0A is #FE92F5. Grayscale: #414141. Windows color (decimal): -16683766 or 683265. OLE color: 683265.

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

Color convert

RGB 1 109 10 -
CMYK 0.99 0 0.91 0.57
HSL 125º 0.98% 0.22% -
HSV(B) 125º 0.99% 0.43% -
XYZ 5.54 10.97 2.11 -
YUV 65.42 96.72 82.05 -
System Red Green Blue C M Y K H S L
Decimal 1 109 10 0.99 0 0.91 0.57 125 0.98 0.22
Hex 1 6D A 63 0 5B 39 7D 62 16
Octal 1 155 12 143 0 133 71 175 142 26
Binary 1 1101101 1010 1100011 0 1011011 111001 1111101 1100010 10110

Color Harmonies of #016D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D0A

Black with #016D0A

Text Example


Text Example

White with #016D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,10); }

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

background-color css

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

 a { background-color: rgb(1,109,10); }

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

border-color css

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

 span { border-color: rgb(1,109,10); }

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