#5A952F

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

Shades of Limeade #5A952F

Tints of Limeade #5A952F

Color information

#5A952F (or 0x5A952F) is unknown color: approx Limeade. HEX triplet: 5A, 95 and 2F. RGB value is (90,149,47). Sum of RGB (Red+Green+Blue) = 90+149+47=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #5A952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A952F is #A56AD0. Grayscale: #787878. Windows color (decimal): -10840785 or 3118426. OLE color: 3118426.

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

Color convert

RGB9014947-
CMYK0.4000.680.42
HSL94.71º52.04%38.43%-
HSV(B)94.71º68.46%58.43%-
XYZ15.4823.876.48-
YUV119.7386.95106.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 149 (58.59% from 255) = 52.10%
BLUE value IS 47 (18.75% from 255) = 16.43%
R=31.47%
G=52.10%
B=16.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90149470.4000.680.4294.7152.0438.43
Hex5A952F280442A5f3426
Octal13222557500104521376446
Binary101101010010101101111101000010001001010101011111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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