#5AA313

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

Shades of Limeade #5AA313

Tints of Limeade #5AA313

Color information

#5AA313 (or 0x5AA313) is unknown color: approx Limeade. HEX triplet: 5A, A3 and 13. RGB value is (90,163,19). Sum of RGB (Red+Green+Blue) = 90+163+19=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA313 is #A55CEC. Grayscale: #7D7D7D. Windows color (decimal): -10837229 or 1287002. OLE color: 1287002.

HSL color Cylindrical-coordinate representation of color #5AA313: hue angle of 90.42º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5AA313 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB9016319-
CMYK0.4500.880.36
HSL90.42º79.12%35.69%-
HSV(B)90.42º88.34%63.92%-
XYZ17.4328.425.18-
YUV124.7668.32103.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.09%
GREEN value IS 163 (64.06% from 255) = 59.93%
BLUE value IS 19 (7.81% from 255) = 6.99%
R=33.09%
G=59.93%
B=6.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163190.4500.880.3690.4279.1235.69
Hex5AA3132D058245a4f24
Octal132243235501304413211744
Binary101101010100011100111011010101100010010010110101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,163,19); }

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

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

 a { background-color: rgb(90,163,19); }

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

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

 span { border-color: rgb(90,163,19); }

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