#057F14

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

Shades of Green #057F14

Tints of Green #057F14

Color information

#057F14 (or 0x057F14) is unknown color: approx Green. HEX triplet: 05, 7F and 14. RGB value is (5,127,20). Sum of RGB (Red+Green+Blue) = 5+127+20=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 127 (50% from 255 or 83.55% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 127 - color contains mainly: green. Hex color #057F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057F14 is #FA80EB. Grayscale: #4E4E4E. Windows color (decimal): -16417004 or 1343237. OLE color: 1343237.

HSL color Cylindrical-coordinate representation of color #057F14: hue angle of 127.38º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F14 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB512720-
CMYK0.9600.840.50
HSL127.38º92.42%25.88%-
HSV(B)127.38º96.06%49.8%-
XYZ7.7815.263.2-
YUV78.3295.0875.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 127 (50% from 255) = 83.55%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=3.29%
G=83.55%
B=13.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5127200.9600.840.50127.3892.4225.88
Hex57F1460054327f5c1a
Octal51772414001246217713432
Binary1011111111101001100000010101001100101111111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057F14; }

 p { color: rgb(5,127,20); }

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

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

 a { background-color: rgb(5,127,20); }

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

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

 span { border-color: rgb(5,127,20); }

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