#5FAC6E

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

Shades of Fern #5FAC6E

Tints of Fern #5FAC6E

Color information

#5FAC6E (or 0x5FAC6E) is unknown color: approx Fern. HEX triplet: 5F, AC and 6E. RGB value is (95,172,110). Sum of RGB (Red+Green+Blue) = 95+172+110=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC6E is #A05391. Grayscale: #8E8E8E. Windows color (decimal): -10507154 or 7253087. OLE color: 7253087.

HSL color Cylindrical-coordinate representation of color #5FAC6E: hue angle of 131.69º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC6E is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB95172110-
CMYK0.4500.360.33
HSL131.69º31.69%52.35%-
HSV(B)131.69º44.77%67.45%-
XYZ22.2933.0619.96-
YUV141.91109.9994.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=25.20%
G=45.62%
B=29.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951721100.4500.360.33131.6931.6952.35
Hex5FAC6E2D02421842034
Octal13725415655044412044064
Binary1011111101011001101110101101010010010000110000100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,110); }

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

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

 a { background-color: rgb(95,172,110); }

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

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

 span { border-color: rgb(95,172,110); }

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