#017F08

Color #017F08 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #017F08

Tints of Green #017F08

Color information

#017F08 (or 0x017F08) is unknown color: approx Green. HEX triplet: 01, 7F and 08. RGB value is (1,127,8). Sum of RGB (Red+Green+Blue) = 1+127+8=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 127 (50% from 255 or 93.38% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 127 - color contains mainly: green. Hex color #017F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F08 is #FE80F7. Grayscale: #4C4C4C. Windows color (decimal): -16679160 or 556801. OLE color: 556801.

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

Color convert

RGB11278-
CMYK0.9900.940.50
HSL123.33º98.44%25.1%-
HSV(B)123.33º99.21%49.8%-
XYZ7.6515.22.76-
YUV75.7689.7674.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 127 (50% from 255) = 93.38%
BLUE value IS 8 (3.52% from 255) = 5.88%
R=0.74%
G=93.38%
B=5.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112780.9900.940.50123.3398.4425.1
Hex17F86305E327b6219
Octal11771014301366217314231
Binary1111111110001100011010111101100101111011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #017F08;
 }
 .AnyTagClassName
 {
   color: #017F08;
 }
</style>
background-color css

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

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

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

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

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

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