#5A992F

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

Shades of Limeade #5A992F

Tints of Limeade #5A992F

Color information

#5A992F (or 0x5A992F) is unknown color: approx Limeade. HEX triplet: 5A, 99 and 2F. RGB value is (90,153,47). Sum of RGB (Red+Green+Blue) = 90+153+47=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #5A992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A992F is #A566D0. Grayscale: #7A7A7A. Windows color (decimal): -10839761 or 3119450. OLE color: 3119450.

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

Color convert

RGB9015347-
CMYK0.4100.690.4
HSL95.66º53%39.22%-
HSV(B)95.66º69.28%60%-
XYZ16.1225.166.7-
YUV122.0885.63105.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 153 (60.16% from 255) = 52.76%
BLUE value IS 47 (18.75% from 255) = 16.21%
R=31.03%
G=52.76%
B=16.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal90153470.4100.690.495.665339.22
Hex5A992F2904528603527
Octal13223157510105501406547
Binary101101010011001101111101001010001011010001100000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A992F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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