#017512

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

Shades of Green #017512

Tints of Green #017512

Color information

#017512 (or 0x017512) is unknown color: approx Green. HEX triplet: 01, 75 and 12. RGB value is (1,117,18). Sum of RGB (Red+Green+Blue) = 1+117+18=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 117 (46.09% from 255 or 86.03% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 117 - color contains mainly: green. Hex color #017512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017512 is #FE8AED. Grayscale: #474747. Windows color (decimal): -16681710 or 1209601. OLE color: 1209601.

HSL color Cylindrical-coordinate representation of color #017512: hue angle of 128.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017512 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB111718-
CMYK0.9900.850.54
HSL128.79º98.31%23.14%-
HSV(B)128.79º99.15%45.88%-
XYZ6.4812.772.7-
YUV71.0398.0778.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 117 (46.09% from 255) = 86.03%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=0.74%
G=86.03%
B=13.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117180.9900.850.54128.7998.3123.14
Hex175126305536816217
Octal11652214301256620114227
Binary111101011001011000110101010111011010000001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017512; }

 p { color: rgb(1,117,18); }

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

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

 a { background-color: rgb(1,117,18); }

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

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

 span { border-color: rgb(1,117,18); }

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