#5A9525

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

Shades of Limeade #5A9525

Tints of Limeade #5A9525

Color information

#5A9525 (or 0x5A9525) is unknown color: approx Limeade. HEX triplet: 5A, 95 and 25. RGB value is (90,149,37). Sum of RGB (Red+Green+Blue) = 90+149+37=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9525 is #A56ADA. Grayscale: #767676. Windows color (decimal): -10840795 or 2463066. OLE color: 2463066.

HSL color Cylindrical-coordinate representation of color #5A9525: hue angle of 91.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A9525 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB9014937-
CMYK0.4000.750.42
HSL91.61º60.22%36.47%-
HSV(B)91.61º75.17%58.43%-
XYZ15.323.85.54-
YUV118.5981.95107.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.61%
GREEN value IS 149 (58.59% from 255) = 53.99%
BLUE value IS 37 (14.84% from 255) = 13.41%
R=32.61%
G=53.99%
B=13.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90149370.4000.750.4291.6160.2236.47
Hex5A95252804B2A5c3c24
Octal13222545500113521347444
Binary101101010010101100101101000010010111010101011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,149,37); }

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

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

 a { background-color: rgb(90,149,37); }

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

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

 span { border-color: rgb(90,149,37); }

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