#5A9415

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

Shades of Limeade #5A9415

Tints of Limeade #5A9415

Color information

#5A9415 (or 0x5A9415) is unknown color: approx Limeade. HEX triplet: 5A, 94 and 15. RGB value is (90,148,21). Sum of RGB (Red+Green+Blue) = 90+148+21=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9415 is #A56BEA. Grayscale: #747474. Windows color (decimal): -10841067 or 1414234. OLE color: 1414234.

HSL color Cylindrical-coordinate representation of color #5A9415: hue angle of 87.4º 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 #5A9415 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB9014821-
CMYK0.3900.860.42
HSL87.4º75.15%33.14%-
HSV(B)87.4º85.81%58.04%-
XYZ14.9423.414.44-
YUV116.1874.28109.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.75%
GREEN value IS 148 (58.20% from 255) = 57.14%
BLUE value IS 21 (8.59% from 255) = 8.11%
R=34.75%
G=57.14%
B=8.11%

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
Decimal90148210.3900.860.4287.475.1533.14
Hex5A9415270562A574b21
Octal132224254701265212711341
Binary101101010010100101011001110101011010101010101111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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