#5A982E

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

Shades of Limeade #5A982E

Tints of Limeade #5A982E

Color information

#5A982E (or 0x5A982E) is unknown color: approx Limeade. HEX triplet: 5A, 98 and 2E. RGB value is (90,152,46). Sum of RGB (Red+Green+Blue) = 90+152+46=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #5A982E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A982E is #A567D1. Grayscale: #797979. Windows color (decimal): -10840018 or 3053658. OLE color: 3053658.

HSL color Cylindrical-coordinate representation of color #5A982E: hue angle of 95.09º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A982E is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB9015246-
CMYK0.4100.700.40
HSL95.09º53.54%38.82%-
HSV(B)95.09º69.74%59.61%-
XYZ15.9424.836.54-
YUV121.3885.46105.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.25%
GREEN value IS 152 (59.77% from 255) = 52.78%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=31.25%
G=52.78%
B=15.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90152460.4100.700.4095.0953.5438.82
Hex5A982E29046285f3627
Octal13223056510106501376647
Binary101101010011000101110101001010001101010001011111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,152,46); }

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

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

 a { background-color: rgb(90,152,46); }

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

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

 span { border-color: rgb(90,152,46); }

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