#5A9730

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

Shades of Limeade #5A9730

Tints of Limeade #5A9730

Color information

#5A9730 (or 0x5A9730) is unknown color: approx Limeade. HEX triplet: 5A, 97 and 30. RGB value is (90,151,48). Sum of RGB (Red+Green+Blue) = 90+151+48=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9730 is #A568CF. Grayscale: #797979. Windows color (decimal): -10840272 or 3184474. OLE color: 3184474.

HSL color Cylindrical-coordinate representation of color #5A9730: hue angle of 95.53º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A9730 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB9015148-
CMYK0.4000.680.41
HSL95.53º51.76%39.02%-
HSV(B)95.53º68.21%59.22%-
XYZ15.8224.526.7-
YUV121.0286.79105.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 151 (59.38% from 255) = 52.25%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=31.14%
G=52.25%
B=16.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90151480.4000.680.4195.5351.7639.02
Hex5A97302804429603427
Octal13222760500104511406447
Binary101101010010111110000101000010001001010011100000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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