#5AAD27

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

Shades of Limeade #5AAD27

Tints of Limeade #5AAD27

Color information

#5AAD27 (or 0x5AAD27) is unknown color: approx Limeade. HEX triplet: 5A, AD and 27. RGB value is (90,173,39). Sum of RGB (Red+Green+Blue) = 90+173+39=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAD27 is #A552D8. Grayscale: #858585. Windows color (decimal): -10834649 or 2600282. OLE color: 2600282.

HSL color Cylindrical-coordinate representation of color #5AAD27: hue angle of 97.16º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5AAD27 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB9017339-
CMYK0.4800.770.32
HSL97.16º63.21%41.57%-
HSV(B)97.16º77.46%67.84%-
XYZ19.5332.217.11-
YUV132.917597.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 39 (15.62% from 255) = 12.91%
R=29.80%
G=57.28%
B=12.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90173390.4800.770.3297.1663.2141.57
Hex5AAD273004D20613f2a
Octal13225547600115401417752
Binary101101010101101100111110000010011011000001100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,173,39); }

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

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

 a { background-color: rgb(90,173,39); }

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

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

 span { border-color: rgb(90,173,39); }

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