#509A19

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

Shades of Limeade #509A19

Tints of Limeade #509A19

Color information

#509A19 (or 0x509A19) is unknown color: approx Limeade. HEX triplet: 50, 9A and 19. RGB value is (80,154,25). Sum of RGB (Red+Green+Blue) = 80+154+25=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 154 (60.55% from 255 or 59.46% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 154 - color contains mainly: green. Hex color #509A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509A19 is #AF65E6. Grayscale: #757575. Windows color (decimal): -11494887 or 1677904. OLE color: 1677904.

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

Color convert

RGB8015425-
CMYK0.4800.840.40
HSL94.42º72.07%35.1%-
HSV(B)94.42º83.77%60.39%-
XYZ15.0424.894.93-
YUV117.1775.98101.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 154 (60.55% from 255) = 59.46%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=30.89%
G=59.46%
B=9.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80154250.4800.840.4094.4272.0735.1
Hex509A1930054285e4823
Octal120232316001245013611043
Binary101000010011010110011100000101010010100010111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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