#5aa316

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

Shades of Limeade #5AA316

Tints of Limeade #5AA316

Color information

#5AA316 (or 0x5AA316) is unknown color: approx Limeade. HEX triplet: 5A, A3 and 16. RGB value is (90,163,22). Sum of RGB (Red+Green+Blue) = 90+163+22=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA316 is #A55CE9. Grayscale: #7D7D7D. Windows color (decimal): -10837226 or 1483610. OLE color: 1483610.

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

Color convert

RGB9016322-
CMYK0.4500.870.36
HSL91.06º76.22%36.27%-
HSV(B)91.06º86.5%63.92%-
XYZ17.4628.435.33-
YUV125.169.82102.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.73%
GREEN value IS 163 (64.06% from 255) = 59.27%
BLUE value IS 22 (8.98% from 255) = 8%
R=32.73%
G=59.27%
B=8%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163220.4500.870.3691.0676.2236.27
Hex5AA3162D057245b4c24
Octal132243265501274413311444
Binary101101010100011101101011010101011110010010110111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5aa316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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