#5FAD6D

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

Shades of Fern #5FAD6D

Tints of Fern #5FAD6D

Color information

#5FAD6D (or 0x5FAD6D) is unknown color: approx Fern. HEX triplet: 5F, AD and 6D. RGB value is (95,173,109). Sum of RGB (Red+Green+Blue) = 95+173+109=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD6D is #A05292. Grayscale: #8E8E8E. Windows color (decimal): -10506899 or 7187807. OLE color: 7187807.

HSL color Cylindrical-coordinate representation of color #5FAD6D: hue angle of 130.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD6D is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB95173109-
CMYK0.4500.370.32
HSL130.77º32.23%52.55%-
HSV(B)130.77º45.09%67.84%-
XYZ22.4233.4219.74-
YUV142.38109.1694.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 173 (67.97% from 255) = 45.89%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=25.20%
G=45.89%
B=28.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731090.4500.370.32130.7732.2352.55
Hex5FAD6D2D02520832035
Octal13725515555045402034065
Binary1011111101011011101101101101010010110000010000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,173,109); }

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

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

 a { background-color: rgb(95,173,109); }

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

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

 span { border-color: rgb(95,173,109); }

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