#5A942F

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

Shades of Limeade #5A942F

Tints of Limeade #5A942F

Color information

#5A942F (or 0x5A942F) is unknown color: approx Limeade. HEX triplet: 5A, 94 and 2F. RGB value is (90,148,47). Sum of RGB (Red+Green+Blue) = 90+148+47=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #5A942F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A942F is #A56BD0. Grayscale: #777777. Windows color (decimal): -10841041 or 3118170. OLE color: 3118170.

HSL color Cylindrical-coordinate representation of color #5A942F: hue angle of 94.46º 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 #5A942F is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB9014847-
CMYK0.3900.680.42
HSL94.46º51.79%38.24%-
HSV(B)94.46º68.24%58.04%-
XYZ15.3223.566.43-
YUV119.1487.28107.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=31.58%
G=51.93%
B=16.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148470.3900.680.4294.4651.7938.24
Hex5A942F270442A5e3426
Octal13222457470104521366446
Binary101101010010100101111100111010001001010101011110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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