#5AA030

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

Shades of Limeade #5AA030

Tints of Limeade #5AA030

Color information

#5AA030 (or 0x5AA030) is unknown color: approx Limeade. HEX triplet: 5A, A0 and 30. RGB value is (90,160,48). Sum of RGB (Red+Green+Blue) = 90+160+48=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA030 is #A55FCF. Grayscale: #7E7E7E. Windows color (decimal): -10837968 or 3186778. OLE color: 3186778.

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

Color convert

RGB9016048-
CMYK0.4400.700.37
HSL97.5º53.85%40.78%-
HSV(B)97.5º70%62.75%-
XYZ17.3227.537.2-
YUV126.383.81102.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 160 (62.89% from 255) = 53.69%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=30.20%
G=53.69%
B=16.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90160480.4400.700.3797.553.8540.78
Hex5AA0302C04625623629
Octal13224060540106451426651
Binary101101010100000110000101100010001101001011100010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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