#50A12C

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

Shades of Limeade #50A12C

Tints of Limeade #50A12C

Color information

#50A12C (or 0x50A12C) is unknown color: approx Limeade. HEX triplet: 50, A1 and 2C. RGB value is (80,161,44). Sum of RGB (Red+Green+Blue) = 80+161+44=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #50A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A12C is #AF5ED3. Grayscale: #7B7B7B. Windows color (decimal): -11493076 or 2924880. OLE color: 2924880.

HSL color Cylindrical-coordinate representation of color #50A12C: hue angle of 101.54º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50A12C is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB8016144-
CMYK0.5000.730.37
HSL101.54º57.07%40.2%-
HSV(B)101.54º72.67%63.14%-
XYZ16.5127.386.8-
YUV123.4483.1697.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 161 (63.28% from 255) = 56.49%
BLUE value IS 44 (17.58% from 255) = 15.44%
R=28.07%
G=56.49%
B=15.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80161440.5000.730.37101.5457.0740.2
Hex50A12C3204925663928
Octal12024154620111451467150
Binary101000010100001101100110010010010011001011100110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,161,44); }

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

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

 a { background-color: rgb(80,161,44); }

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

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

 span { border-color: rgb(80,161,44); }

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