Html Css Color HEX #017F10 Green

📋 copy color: '#017F10'

red 1 ◦ green 127 ◦ blue 16

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

Shades of Green #017F10

Tints of Green #017F10

RGB

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

 GREEN value IS 127 (50% from 255) = 88.19%

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

R = 0.69%
G = 88.19%
B = 11.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#017F10 (or 0x017F10) is known color: Green. HEX triplet: 01, 7F and 10. RGB value is (1,127,16). Sum of RGB (Red+Green+Blue) = 1+127+16=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 127 (50% from 255 or 88.19% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 127 - color contains mainly: green. Hex color #017F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F10 is #FE80EF. Grayscale: #4C4C4C. Windows color (decimal): -16679152 or 1081089. OLE color: 1081089.

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

Color convert

RGB 1 127 16 -
CMYK 0.99 0 0.87 0.50
HSL 127.14º 0.98% 0.25% -
HSV(B) 127.14º 0.99% 0.5% -
XYZ 7.7 15.22 3.02 -
YUV 76.67 93.76 74.03 -
System Red Green Blue C M Y K H S L
Decimal 1 127 16 0.99 0 0.87 0.50 127.14 0.98 0.25
Hex 1 7F 10 63 0 57 32 7F 62 19
Octal 1 177 20 143 0 127 62 177 142 31
Binary 1 1111111 10000 1100011 0 1010111 110010 1111111 1100010 11001

Color Harmonies of #017F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F10

Black with #017F10

Text Example


Text Example

White with #017F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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