#5aa11f

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

Shades of Limeade #5AA11F

Tints of Limeade #5AA11F

Color information

#5AA11F (or 0x5AA11F) is unknown color: approx Limeade. HEX triplet: 5A, A1 and 1F. RGB value is (90,161,31). Sum of RGB (Red+Green+Blue) = 90+161+31=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA11F is #A55EE0. Grayscale: #7D7D7D. Windows color (decimal): -10837729 or 2072922. OLE color: 2072922.

HSL color Cylindrical-coordinate representation of color #5AA11F: hue angle of 92.77º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5AA11F is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB9016131-
CMYK0.4400.810.37
HSL92.77º67.71%37.65%-
HSV(B)92.77º80.75%63.14%-
XYZ17.2127.765.75-
YUV124.9574.98103.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 161 (63.28% from 255) = 57.09%
BLUE value IS 31 (12.5% from 255) = 10.99%
R=31.91%
G=57.09%
B=10.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161310.4400.810.3792.7767.7137.65
Hex5AA11F2C051255d4426
Octal132241375401214513510446
Binary101101010100001111111011000101000110010110111011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5aa11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,161,31); }

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

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

 a { background-color: rgb(90,161,31); }

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

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

 span { border-color: rgb(90,161,31); }

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