#017E14

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

Shades of Green #017E14

Tints of Green #017E14

Color information

#017E14 (or 0x017E14) is unknown color: approx Green. HEX triplet: 01, 7E and 14. RGB value is (1,126,20). Sum of RGB (Red+Green+Blue) = 1+126+20=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 126 (49.61% from 255 or 85.71% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 126 - color contains mainly: green. Hex color #017E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017E14 is #FE81EB. Grayscale: #4C4C4C. Windows color (decimal): -16679404 or 1342977. OLE color: 1342977.

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

Color convert

RGB112620-
CMYK0.9900.840.51
HSL129.12º98.43%24.9%-
HSV(B)129.12º99.21%49.41%-
XYZ7.614.983.15-
YUV76.5496.0974.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 126 (49.61% from 255) = 85.71%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=0.68%
G=85.71%
B=13.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1126200.9900.840.51129.1298.4324.9
Hex17E146305433816219
Octal11762414301246320114231
Binary111111101010011000110101010011001110000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,126,20); }

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

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

 a { background-color: rgb(1,126,20); }

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

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

 span { border-color: rgb(1,126,20); }

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