Html Css Color HEX #017D16 Green

📋 copy color: '#017D16'

red 1 ◦ green 125 ◦ blue 22

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

Shades of Green #017D16

Tints of Green #017D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 84.46%

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 0.68%
G = 84.46%
B = 14.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#017D16 (or 0x017D16) is known color: Green. HEX triplet: 01, 7D and 16. RGB value is (1,125,22). Sum of RGB (Red+Green+Blue) = 1+125+22=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 125 (49.22% from 255 or 84.46% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 125 - color contains mainly: green. Hex color #017D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017D16 is #FE82E9. Grayscale: #4C4C4C. Windows color (decimal): -16679658 or 1473793. OLE color: 1473793.

HSL color Cylindrical-coordinate representation of color #017D16: hue angle of 130.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D16 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 125 22 -
CMYK 0.99 0 0.82 0.51
HSL 130.16º 0.98% 0.25% -
HSV(B) 130.16º 0.99% 0.49% -
XYZ 7.49 14.73 3.21 -
YUV 76.18 97.42 74.38 -
System Red Green Blue C M Y K H S L
Decimal 1 125 22 0.99 0 0.82 0.51 130.16 0.98 0.25
Hex 1 7D 16 63 0 52 33 82 62 19
Octal 1 175 26 143 0 122 63 202 142 31
Binary 1 1111101 10110 1100011 0 1010010 110011 10000010 1100010 11001

Color Harmonies of #017D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D16

Black with #017D16

Text Example


Text Example

White with #017D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017D16; }

 p { color: rgb(1,125,22); }

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

background-color css

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

 a { background-color: rgb(1,125,22); }

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

border-color css

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

 span { border-color: rgb(1,125,22); }

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