#5AA92A

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

Shades of Limeade #5AA92A

Tints of Limeade #5AA92A

Color information

#5AA92A (or 0x5AA92A) is unknown color: approx Limeade. HEX triplet: 5A, A9 and 2A. RGB value is (90,169,42). Sum of RGB (Red+Green+Blue) = 90+169+42=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA92A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA92A is #A556D5. Grayscale: #838383. Windows color (decimal): -10835670 or 2795866. OLE color: 2795866.

HSL color Cylindrical-coordinate representation of color #5AA92A: hue angle of 97.32º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AA92A is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB9016942-
CMYK0.4700.750.34
HSL97.32º60.19%41.37%-
HSV(B)97.32º75.15%66.27%-
XYZ18.8230.727.13-
YUV130.977.8398.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.90%
GREEN value IS 169 (66.41% from 255) = 56.15%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=29.90%
G=56.15%
B=13.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal90169420.4700.750.3497.3260.1941.37
Hex5AA92A2F04B22613c29
Octal13225152570113421417451
Binary101101010101001101010101111010010111000101100001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,169,42); }

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

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

 a { background-color: rgb(90,169,42); }

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

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

 span { border-color: rgb(90,169,42); }

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