#5A9831

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

Shades of Limeade #5A9831

Tints of Limeade #5A9831

Color information

#5A9831 (or 0x5A9831) is unknown color: approx Limeade. HEX triplet: 5A, 98 and 31. RGB value is (90,152,49). Sum of RGB (Red+Green+Blue) = 90+152+49=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9831 is #A567CE. Grayscale: #7A7A7A. Windows color (decimal): -10840015 or 3250266. OLE color: 3250266.

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

Color convert

RGB9015249-
CMYK0.4100.680.40
HSL96.12º51.24%39.41%-
HSV(B)96.12º67.76%59.61%-
XYZ1624.856.86-
YUV121.7286.96105.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 152 (59.77% from 255) = 52.23%
BLUE value IS 49 (19.53% from 255) = 16.84%
R=30.93%
G=52.23%
B=16.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90152490.4100.680.4096.1251.2439.41
Hex5A98312904428603327
Octal13223061510104501406347
Binary101101010011000110001101001010001001010001100000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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