#5FAE6C

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

Shades of Fern #5FAE6C

Tints of Fern #5FAE6C

Color information

#5FAE6C (or 0x5FAE6C) is unknown color: approx Fern. HEX triplet: 5F, AE and 6C. RGB value is (95,174,108). Sum of RGB (Red+Green+Blue) = 95+174+108=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAE6C is #A05193. Grayscale: #8F8F8F. Windows color (decimal): -10506644 or 7122527. OLE color: 7122527.

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

Color convert

RGB95174108-
CMYK0.4500.380.32
HSL129.87º32.78%52.75%-
HSV(B)129.87º45.4%68.24%-
XYZ22.5633.7919.52-
YUV142.85108.3393.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=25.20%
G=46.15%
B=28.65%

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
Decimal951741080.4500.380.32129.8732.7852.75
Hex5FAE6C2D02620822135
Octal13725615455046402024165
Binary1011111101011101101100101101010011010000010000010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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