#50A014

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

Shades of Limeade #50A014

Tints of Limeade #50A014

Color information

#50A014 (or 0x50A014) is unknown color: approx Limeade. HEX triplet: 50, A0 and 14. RGB value is (80,160,20). Sum of RGB (Red+Green+Blue) = 80+160+20=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 160 (62.89% from 255 or 61.54% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 160 - color contains mainly: green. Hex color #50A014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A014 is #AF5FEB. Grayscale: #787878. Windows color (decimal): -11493356 or 1351760. OLE color: 1351760.

HSL color Cylindrical-coordinate representation of color #50A014: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50A014 is Cyan = 0.5, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB8016020-
CMYK0.500.880.37
HSL94.29º77.78%35.29%-
HSV(B)94.29º87.5%62.75%-
XYZ16.0126.95.01-
YUV120.1271.599.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 160 (62.89% from 255) = 61.54%
BLUE value IS 20 (8.20% from 255) = 7.69%
R=30.77%
G=61.54%
B=7.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80160200.500.880.3794.2977.7835.29
Hex50A01432058255e4e23
Octal120240246201304513611643
Binary101000010100000101001100100101100010010110111101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A014; }

 p { color: rgb(80,160,20); }

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

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

 a { background-color: rgb(80,160,20); }

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

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

 span { border-color: rgb(80,160,20); }

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