#5fa13a

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

Shades of Limeade #5FA13A

Tints of Limeade #5FA13A

Color information

#5FA13A (or 0x5FA13A) is unknown color: approx Limeade. HEX triplet: 5F, A1 and 3A. RGB value is (95,161,58). Sum of RGB (Red+Green+Blue) = 95+161+58=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA13A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA13A is #A05EC5. Grayscale: #818181. Windows color (decimal): -10510022 or 3842399. OLE color: 3842399.

HSL color Cylindrical-coordinate representation of color #5FA13A: hue angle of 98.45º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FA13A is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB9516158-
CMYK0.4100.640.37
HSL98.45º47.03%42.94%-
HSV(B)98.45º63.98%63.14%-
XYZ18.2328.238.49-
YUV129.5287.63103.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.25%
GREEN value IS 161 (63.28% from 255) = 51.27%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=30.25%
G=51.27%
B=18.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal95161580.4100.640.3798.4547.0342.94
Hex5FA13A2904025622f2b
Octal13724172510100451425753
Binary101111110100001111010101001010000001001011100010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fa13a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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