#5FA960

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

Shades of Fern #5FA960

Tints of Fern #5FA960

Color information

#5FA960 (or 0x5FA960) is unknown color: approx Fern. HEX triplet: 5F, A9 and 60. RGB value is (95,169,96). Sum of RGB (Red+Green+Blue) = 95+169+96=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA960 is #A0569F. Grayscale: #8A8A8A. Windows color (decimal): -10507936 or 6334815. OLE color: 6334815.

HSL color Cylindrical-coordinate representation of color #5FA960: hue angle of 120.81º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA960 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB9516996-
CMYK0.4400.430.34
HSL120.81º30.08%51.76%-
HSV(B)120.81º43.79%66.27%-
XYZ21.0231.6516.07-
YUV138.55103.9896.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.39%
GREEN value IS 169 (66.41% from 255) = 46.94%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=26.39%
G=46.94%
B=26.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95169960.4400.430.34120.8130.0851.76
Hex5FA9602C02B22791e34
Octal13725114054053421713664
Binary10111111010100111000001011000101011100010111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,169,96); }

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

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

 a { background-color: rgb(95,169,96); }

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

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

 span { border-color: rgb(95,169,96); }

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