#5A9F30

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

Shades of Limeade #5A9F30

Tints of Limeade #5A9F30

Color information

#5A9F30 (or 0x5A9F30) is unknown color: approx Limeade. HEX triplet: 5A, 9F and 30. RGB value is (90,159,48). Sum of RGB (Red+Green+Blue) = 90+159+48=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #5A9F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9F30 is #A560CF. Grayscale: #7E7E7E. Windows color (decimal): -10838224 or 3186522. OLE color: 3186522.

HSL color Cylindrical-coordinate representation of color #5A9F30: hue angle of 97.3º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A9F30 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB9015948-
CMYK0.4300.700.38
HSL97.3º53.62%40.59%-
HSV(B)97.3º69.81%62.35%-
XYZ17.1527.187.14-
YUV125.7184.14102.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.30%
GREEN value IS 159 (62.5% from 255) = 53.54%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=30.30%
G=53.54%
B=16.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90159480.4300.700.3897.353.6240.59
Hex5A9F302B04626613629
Octal13223760530106461416651
Binary101101010011111110000101011010001101001101100001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A9F30; }

 p { color: rgb(90,159,48); }

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

<style>
 a { background-color: #5A9F30; }

 a { background-color: rgb(90,159,48); }

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

<style>
 span { border-color: #5A9F30; }

 span { border-color: rgb(90,159,48); }

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