#5FAA6E

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

Shades of Fern #5FAA6E

Tints of Fern #5FAA6E

Color information

#5FAA6E (or 0x5FAA6E) is unknown color: approx Fern. HEX triplet: 5F, AA and 6E. RGB value is (95,170,110). Sum of RGB (Red+Green+Blue) = 95+170+110=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA6E is #A05591. Grayscale: #8C8C8C. Windows color (decimal): -10507666 or 7252575. OLE color: 7252575.

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

Color convert

RGB95170110-
CMYK0.4400.350.33
HSL132º30.61%51.96%-
HSV(B)132º44.12%66.67%-
XYZ21.9132.3119.83-
YUV140.73110.6595.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=25.33%
G=45.33%
B=29.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951701100.4400.350.3313230.6151.96
Hex5FAA6E2C02321841f34
Octal13725215654043412043764
Binary101111110101010110111010110001000111000011000010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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