#5A973A

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

Shades of Limeade #5A973A

Tints of Limeade #5A973A

Color information

#5A973A (or 0x5A973A) is unknown color: approx Limeade. HEX triplet: 5A, 97 and 3A. RGB value is (90,151,58). Sum of RGB (Red+Green+Blue) = 90+151+58=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #5A973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A973A is #A568C5. Grayscale: #7A7A7A. Windows color (decimal): -10840262 or 3839834. OLE color: 3839834.

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

Color convert

RGB9015158-
CMYK0.4000.620.41
HSL99.35º44.5%40.98%-
HSV(B)99.35º61.59%59.22%-
XYZ16.0524.617.91-
YUV122.1691.79105.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=30.10%
G=50.50%
B=19.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90151580.4000.620.4199.3544.540.98
Hex5A973A2803E29632c29
Octal1322277250076511435451
Binary10110101001011111101010100001111101010011100011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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