#5FA261

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

Shades of Fern #5FA261

Tints of Fern #5FA261

Color information

#5FA261 (or 0x5FA261) is unknown color: approx Fern. HEX triplet: 5F, A2 and 61. RGB value is (95,162,97). Sum of RGB (Red+Green+Blue) = 95+162+97=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA261 is #A05D9E. Grayscale: #868686. Windows color (decimal): -10509727 or 6398559. OLE color: 6398559.

HSL color Cylindrical-coordinate representation of color #5FA261: hue angle of 121.79º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA261 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB9516297-
CMYK0.4100.400.36
HSL121.79º26.48%50.39%-
HSV(B)121.79º41.36%63.53%-
XYZ19.829.1415.89-
YUV134.56106.899.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=26.84%
G=45.76%
B=27.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95162970.4100.400.36121.7926.4850.39
Hex5FA26129028247a1a32
Octal13724214151050441723262
Binary10111111010001011000011010010101000100100111101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,162,97); }

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

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

 a { background-color: rgb(95,162,97); }

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

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

 span { border-color: rgb(95,162,97); }

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