#5FAA60

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

Shades of Fern #5FAA60

Tints of Fern #5FAA60

Color information

#5FAA60 (or 0x5FAA60) is unknown color: approx Fern. HEX triplet: 5F, AA and 60. RGB value is (95,170,96). Sum of RGB (Red+Green+Blue) = 95+170+96=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA60 is #A0559F. Grayscale: #8B8B8B. Windows color (decimal): -10507680 or 6335071. OLE color: 6335071.

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

Color convert

RGB9517096-
CMYK0.4400.440.33
HSL120.8º30.61%51.96%-
HSV(B)120.8º44.12%66.67%-
XYZ21.2132.0316.13-
YUV139.14103.6596.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=26.32%
G=47.09%
B=26.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95170960.4400.440.33120.830.6151.96
Hex5FAA602C02C21791f34
Octal13725214054054411713764
Binary10111111010101011000001011000101100100001111100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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