#5FA96F

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

Shades of Fern #5FA96F

Tints of Fern #5FA96F

Color information

#5FA96F (or 0x5FA96F) is unknown color: approx Fern. HEX triplet: 5F, A9 and 6F. RGB value is (95,169,111). Sum of RGB (Red+Green+Blue) = 95+169+111=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA96F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA96F is #A05690. Grayscale: #8C8C8C. Windows color (decimal): -10507921 or 7317855. OLE color: 7317855.

HSL color Cylindrical-coordinate representation of color #5FA96F: hue angle of 132.97º 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 #5FA96F is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB95169111-
CMYK0.4400.340.34
HSL132.97º30.08%51.76%-
HSV(B)132.97º43.79%66.27%-
XYZ21.7831.9620.06-
YUV140.26111.4895.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=25.33%
G=45.07%
B=29.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951691110.4400.340.34132.9730.0851.76
Hex5FA96F2C02222851e34
Octal13725115754042422053664
Binary101111110101001110111110110001000101000101000010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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