#5FAE6A

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

Shades of Fern #5FAE6A

Tints of Fern #5FAE6A

Color information

#5FAE6A (or 0x5FAE6A) is unknown color: approx Fern. HEX triplet: 5F, AE and 6A. RGB value is (95,174,106). Sum of RGB (Red+Green+Blue) = 95+174+106=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAE6A is #A05195. Grayscale: #8E8E8E. Windows color (decimal): -10506646 or 6991455. OLE color: 6991455.

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

Color convert

RGB95174106-
CMYK0.4500.390.32
HSL128.35º32.78%52.75%-
HSV(B)128.35º45.4%68.24%-
XYZ22.4633.7518.97-
YUV142.63107.3394.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 174 (68.36% from 255) = 46.4%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=25.33%
G=46.4%
B=28.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741060.4500.390.32128.3532.7852.75
Hex5FAE6A2D02720802135
Octal13725615255047402004165
Binary1011111101011101101010101101010011110000010000000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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