#017C14

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

Shades of Green #017C14

Tints of Green #017C14

Color information

#017C14 (or 0x017C14) is unknown color: approx Green. HEX triplet: 01, 7C and 14. RGB value is (1,124,20). Sum of RGB (Red+Green+Blue) = 1+124+20=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 124 (48.83% from 255 or 85.52% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 124 - color contains mainly: green. Hex color #017C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017C14 is #FE83EB. Grayscale: #4B4B4B. Windows color (decimal): -16679916 or 1342465. OLE color: 1342465.

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

Color convert

RGB112420-
CMYK0.9900.840.51
HSL129.27º98.4%24.51%-
HSV(B)129.27º99.19%48.63%-
XYZ7.3514.473.07-
YUV75.3796.7574.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 124 (48.83% from 255) = 85.52%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=0.69%
G=85.52%
B=13.79%

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
Decimal1124200.9900.840.51129.2798.424.51
Hex17C146305433816219
Octal11742414301246320114231
Binary111111001010011000110101010011001110000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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