#5AA518

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

Shades of Limeade #5AA518

Tints of Limeade #5AA518

Color information

#5AA518 (or 0x5AA518) is unknown color: approx Limeade. HEX triplet: 5A, A5 and 18. RGB value is (90,165,24). Sum of RGB (Red+Green+Blue) = 90+165+24=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA518 is #A55AE7. Grayscale: #7E7E7E. Windows color (decimal): -10836712 or 1615194. OLE color: 1615194.

HSL color Cylindrical-coordinate representation of color #5AA518: hue angle of 91.91º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5AA518 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB9016524-
CMYK0.4500.850.35
HSL91.91º74.6%37.06%-
HSV(B)91.91º85.45%64.71%-
XYZ17.8429.155.55-
YUV126.570.15101.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 165 (64.84% from 255) = 59.14%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=32.26%
G=59.14%
B=8.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90165240.4500.850.3591.9174.637.06
Hex5AA5182D055235c4b25
Octal132245305501254313411345
Binary101101010100101110001011010101010110001110111001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,165,24); }

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

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

 a { background-color: rgb(90,165,24); }

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

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

 span { border-color: rgb(90,165,24); }

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