Html Css Color HEX #017D10 Green

📋 copy color: '#017D10'

red 1 ◦ green 125 ◦ blue 16

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

Shades of Green #017D10

Tints of Green #017D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 0.7%
G = 88.03%
B = 11.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#017D10 (or 0x017D10) is known color: Green. HEX triplet: 01, 7D and 10. RGB value is (1,125,16). Sum of RGB (Red+Green+Blue) = 1+125+16=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 125 (49.22% from 255 or 88.03% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 125 - color contains mainly: green. Hex color #017D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017D10 is #FE82EF. Grayscale: #4B4B4B. Windows color (decimal): -16679664 or 1080577. OLE color: 1080577.

HSL color Cylindrical-coordinate representation of color #017D10: hue angle of 127.26º 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 #017D10 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 125 16 -
CMYK 0.99 0 0.87 0.51
HSL 127.26º 0.98% 0.25% -
HSV(B) 127.26º 0.99% 0.49% -
XYZ 7.44 14.71 2.94 -
YUV 75.5 94.42 74.86 -
System Red Green Blue C M Y K H S L
Decimal 1 125 16 0.99 0 0.87 0.51 127.26 0.98 0.25
Hex 1 7D 10 63 0 57 33 7F 62 19
Octal 1 175 20 143 0 127 63 177 142 31
Binary 1 1111101 10000 1100011 0 1010111 110011 1111111 1100010 11001

Color Harmonies of #017D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D10

Black with #017D10

Text Example


Text Example

White with #017D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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