#5A9315

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

Shades of Limeade #5A9315

Tints of Limeade #5A9315

Color information

#5A9315 (or 0x5A9315) is unknown color: approx Limeade. HEX triplet: 5A, 93 and 15. RGB value is (90,147,21). Sum of RGB (Red+Green+Blue) = 90+147+21=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9315 is #A56CEA. Grayscale: #747474. Windows color (decimal): -10841323 or 1413978. OLE color: 1413978.

HSL color Cylindrical-coordinate representation of color #5A9315: hue angle of 87.14º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A9315 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB9014721-
CMYK0.3900.860.42
HSL87.14º75%32.94%-
HSV(B)87.14º85.71%57.65%-
XYZ14.7923.14.39-
YUV115.5974.62109.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.88%
GREEN value IS 147 (57.81% from 255) = 56.98%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=34.88%
G=56.98%
B=8.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90147210.3900.860.4287.147532.94
Hex5A9315270562A574b21
Octal132223254701265212711341
Binary101101010010011101011001110101011010101010101111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,147,21); }

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

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

 a { background-color: rgb(90,147,21); }

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

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

 span { border-color: rgb(90,147,21); }

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