#5A982D

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

Shades of Limeade #5A982D

Tints of Limeade #5A982D

Color information

#5A982D (or 0x5A982D) is unknown color: approx Limeade. HEX triplet: 5A, 98 and 2D. RGB value is (90,152,45). Sum of RGB (Red+Green+Blue) = 90+152+45=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #5A982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A982D is #A567D2. Grayscale: #797979. Windows color (decimal): -10840019 or 2988122. OLE color: 2988122.

HSL color Cylindrical-coordinate representation of color #5A982D: hue angle of 94.77º 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 #5A982D is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB9015245-
CMYK0.4100.700.40
HSL94.77º54.31%38.63%-
HSV(B)94.77º70.39%59.61%-
XYZ15.9224.826.43-
YUV121.2684.96105.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=31.36%
G=52.96%
B=15.68%

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
Decimal90152450.4100.700.4094.7754.3138.63
Hex5A982D29046285f3627
Octal13223055510106501376647
Binary101101010011000101101101001010001101010001011111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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