#5AA92E

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

Shades of Limeade #5AA92E

Tints of Limeade #5AA92E

Color information

#5AA92E (or 0x5AA92E) is unknown color: approx Limeade. HEX triplet: 5A, A9 and 2E. RGB value is (90,169,46). Sum of RGB (Red+Green+Blue) = 90+169+46=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 169 (66.41% from 255 or 55.41% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA92E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA92E is #A556D1. Grayscale: #838383. Windows color (decimal): -10835666 or 3058010. OLE color: 3058010.

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

Color convert

RGB9016946-
CMYK0.4700.730.34
HSL98.54º57.21%42.16%-
HSV(B)98.54º72.78%66.27%-
XYZ18.930.757.52-
YUV131.3679.8398.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 169 (66.41% from 255) = 55.41%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=29.51%
G=55.41%
B=15.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal90169460.4700.730.3498.5457.2142.16
Hex5AA92E2F0492263392a
Octal13225156570111421437152
Binary101101010101001101110101111010010011000101100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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