#5AA61E

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

Shades of Limeade #5AA61E

Tints of Limeade #5AA61E

Color information

#5AA61E (or 0x5AA61E) is unknown color: approx Limeade. HEX triplet: 5A, A6 and 1E. RGB value is (90,166,30). Sum of RGB (Red+Green+Blue) = 90+166+30=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA61E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA61E is #A559E1. Grayscale: #808080. Windows color (decimal): -10836450 or 2008666. OLE color: 2008666.

HSL color Cylindrical-coordinate representation of color #5AA61E: hue angle of 93.53º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5AA61E is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB9016630-
CMYK0.4600.820.35
HSL93.53º69.39%38.43%-
HSV(B)93.53º81.93%65.1%-
XYZ18.0929.545.98-
YUV127.7772.82101.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 166 (65.23% from 255) = 58.04%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=31.47%
G=58.04%
B=10.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90166300.4600.820.3593.5369.3938.43
Hex5AA61E2E052235e4526
Octal132246365601224313610546
Binary101101010100110111101011100101001010001110111101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,30); }

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

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

 a { background-color: rgb(90,166,30); }

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

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

 span { border-color: rgb(90,166,30); }

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