#5A962D

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

Shades of Limeade #5A962D

Tints of Limeade #5A962D

Color information

#5A962D (or 0x5A962D) is unknown color: approx Limeade. HEX triplet: 5A, 96 and 2D. RGB value is (90,150,45). Sum of RGB (Red+Green+Blue) = 90+150+45=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #5A962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A962D is #A569D2. Grayscale: #787878. Windows color (decimal): -10840531 or 2987610. OLE color: 2987610.

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

Color convert

RGB9015045-
CMYK0.400.700.41
HSL94.29º53.85%38.24%-
HSV(B)94.29º70%58.82%-
XYZ15.624.186.33-
YUV120.0985.62106.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=31.58%
G=52.63%
B=15.79%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90150450.400.700.4194.2953.8538.24
Hex5A962D28046295e3626
Octal13222655500106511366646
Binary101101010010110101101101000010001101010011011110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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