#5FA560

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

Shades of Fern #5FA560

Tints of Fern #5FA560

Color information

#5FA560 (or 0x5FA560) is unknown color: approx Fern. HEX triplet: 5F, A5 and 60. RGB value is (95,165,96). Sum of RGB (Red+Green+Blue) = 95+165+96=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA560 is #A05A9F. Grayscale: #888888. Windows color (decimal): -10508960 or 6333791. OLE color: 6333791.

HSL color Cylindrical-coordinate representation of color #5FA560: hue angle of 120.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA560 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB9516596-
CMYK0.4200.420.35
HSL120.86º28%50.98%-
HSV(B)120.86º42.42%64.71%-
XYZ20.2930.1915.82-
YUV136.2105.3198.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=26.69%
G=46.35%
B=26.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95165960.4200.420.35120.862850.98
Hex5FA5602A02A23791c33
Octal13724514052052431713463
Binary10111111010010111000001010100101010100011111100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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