#5FAE6B

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

Shades of Fern #5FAE6B

Tints of Fern #5FAE6B

Color information

#5FAE6B (or 0x5FAE6B) is unknown color: approx Fern. HEX triplet: 5F, AE and 6B. RGB value is (95,174,107). Sum of RGB (Red+Green+Blue) = 95+174+107=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAE6B is #A05194. Grayscale: #8E8E8E. Windows color (decimal): -10506645 or 7056991. OLE color: 7056991.

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

Color convert

RGB95174107-
CMYK0.4500.390.32
HSL129.11º32.78%52.75%-
HSV(B)129.11º45.4%68.24%-
XYZ22.5133.7719.24-
YUV142.74107.8393.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=25.27%
G=46.28%
B=28.46%

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
Decimal951741070.4500.390.32129.1132.7852.75
Hex5FAE6B2D02720812135
Octal13725615355047402014165
Binary1011111101011101101011101101010011110000010000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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