#5F9E3A

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

Shades of Limeade #5F9E3A

Tints of Limeade #5F9E3A

Color information

#5F9E3A (or 0x5F9E3A) is unknown color: approx Limeade. HEX triplet: 5F, 9E and 3A. RGB value is (95,158,58). Sum of RGB (Red+Green+Blue) = 95+158+58=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9E3A is #A061C5. Grayscale: #808080. Windows color (decimal): -10510790 or 3841631. OLE color: 3841631.

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

Color convert

RGB9515858-
CMYK0.4000.630.38
HSL97.8º46.3%42.35%-
HSV(B)97.8º63.29%61.96%-
XYZ17.7127.198.32-
YUV127.7688.63104.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 158 (62.11% from 255) = 50.80%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=30.55%
G=50.80%
B=18.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95158580.4000.630.3897.846.342.35
Hex5F9E3A2803F26622e2a
Octal1372367250077461425652
Binary10111111001111011101010100001111111001101100010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,158,58); }

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

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

 a { background-color: rgb(95,158,58); }

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

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

 span { border-color: rgb(95,158,58); }

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