#5A9715

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

Shades of Limeade #5A9715

Tints of Limeade #5A9715

Color information

#5A9715 (or 0x5A9715) is unknown color: approx Limeade. HEX triplet: 5A, 97 and 15. RGB value is (90,151,21). Sum of RGB (Red+Green+Blue) = 90+151+21=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9715 is #A568EA. Grayscale: #767676. Windows color (decimal): -10840299 or 1415002. OLE color: 1415002.

HSL color Cylindrical-coordinate representation of color #5A9715: hue angle of 88.15º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A9715 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB9015121-
CMYK0.4000.860.41
HSL88.15º75.58%33.73%-
HSV(B)88.15º86.09%59.22%-
XYZ15.4224.364.6-
YUV117.9473.29108.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.35%
GREEN value IS 151 (59.38% from 255) = 57.63%
BLUE value IS 21 (8.59% from 255) = 8.02%
R=34.35%
G=57.63%
B=8.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90151210.4000.860.4188.1575.5833.73
Hex5A97152805629584c22
Octal132227255001265113011442
Binary101101010010111101011010000101011010100110110001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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