#509A14

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

Shades of Limeade #509A14

Tints of Limeade #509A14

Color information

#509A14 (or 0x509A14) is unknown color: approx Limeade. HEX triplet: 50, 9A and 14. RGB value is (80,154,20). Sum of RGB (Red+Green+Blue) = 80+154+20=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 154 (60.55% from 255 or 60.63% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 154 - color contains mainly: green. Hex color #509A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509A14 is #AF65EB. Grayscale: #757575. Windows color (decimal): -11494892 or 1350224. OLE color: 1350224.

HSL color Cylindrical-coordinate representation of color #509A14: hue angle of 93.13º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #509A14 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB8015420-
CMYK0.4800.870.40
HSL93.13º77.01%34.12%-
HSV(B)93.13º87.01%60.39%-
XYZ14.9924.874.67-
YUV116.673.48101.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 154 (60.55% from 255) = 60.63%
BLUE value IS 20 (8.20% from 255) = 7.87%
R=31.50%
G=60.63%
B=7.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80154200.4800.870.4093.1377.0134.12
Hex509A1430057285d4d22
Octal120232246001275013511542
Binary101000010011010101001100000101011110100010111011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509A14; }

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

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

<style>
 a { background-color: #509A14; }

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

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

<style>
 span { border-color: #509A14; }

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

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