#5FAD6C

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

Shades of Fern #5FAD6C

Tints of Fern #5FAD6C

Color information

#5FAD6C (or 0x5FAD6C) is unknown color: approx Fern. HEX triplet: 5F, AD and 6C. RGB value is (95,173,108). Sum of RGB (Red+Green+Blue) = 95+173+108=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD6C is #A05293. Grayscale: #8E8E8E. Windows color (decimal): -10506900 or 7122271. OLE color: 7122271.

HSL color Cylindrical-coordinate representation of color #5FAD6C: hue angle of 130º 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 #5FAD6C is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB95173108-
CMYK0.4500.380.32
HSL130º32.23%52.55%-
HSV(B)130º45.09%67.84%-
XYZ22.3733.419.46-
YUV142.27108.6694.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=25.27%
G=46.01%
B=28.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731080.4500.380.3213032.2352.55
Hex5FAD6C2D02620822035
Octal13725515455046402024065
Binary1011111101011011101100101101010011010000010000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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