#5FA46B

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

Shades of Fern #5FA46B

Tints of Fern #5FA46B

Color information

#5FA46B (or 0x5FA46B) is unknown color: approx Fern. HEX triplet: 5F, A4 and 6B. RGB value is (95,164,107). Sum of RGB (Red+Green+Blue) = 95+164+107=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA46B is #A05B94. Grayscale: #898989. Windows color (decimal): -10509205 or 7054431. OLE color: 7054431.

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

Color convert

RGB95164107-
CMYK0.4200.350.36
HSL130.43º27.49%50.78%-
HSV(B)130.43º42.07%64.31%-
XYZ20.6530.0518.62-
YUV136.87111.1498.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 164 (64.45% from 255) = 44.81%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=25.96%
G=44.81%
B=29.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951641070.4200.350.36130.4327.4950.78
Hex5FA46B2A02324821b33
Octal13724415352043442023363
Binary101111110100100110101110101001000111001001000001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,164,107); }

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

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

 a { background-color: rgb(95,164,107); }

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

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

 span { border-color: rgb(95,164,107); }

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