#5FAC5D

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

Shades of Fern #5FAC5D

Tints of Fern #5FAC5D

Color information

#5FAC5D (or 0x5FAC5D) is unknown color: approx Fern. HEX triplet: 5F, AC and 5D. RGB value is (95,172,93). Sum of RGB (Red+Green+Blue) = 95+172+93=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC5D is #A053A2. Grayscale: #8C8C8C. Windows color (decimal): -10507171 or 6138975. OLE color: 6138975.

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

Color convert

RGB9517293-
CMYK0.4500.460.33
HSL118.48º32.24%51.96%-
HSV(B)118.48º45.93%67.45%-
XYZ21.4532.7315.54-
YUV139.97101.4995.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.39%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=26.39%
G=47.78%
B=25.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95172930.4500.460.33118.4832.2451.96
Hex5FAC5D2D02E21762034
Octal13725413555056411664064
Binary101111110101100101110110110101011101000011110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,93); }

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

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

 a { background-color: rgb(95,172,93); }

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

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

 span { border-color: rgb(95,172,93); }

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