#5eaf6e

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

Shades of Fern #5EAF6E

Tints of Fern #5EAF6E

Color information

#5EAF6E (or 0x5EAF6E) is unknown color: approx Fern. HEX triplet: 5E, AF and 6E. RGB value is (94,175,110). Sum of RGB (Red+Green+Blue) = 94+175+110=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF6E is #A15091. Grayscale: #8F8F8F. Windows color (decimal): -10571922 or 7253854. OLE color: 7253854.

HSL color Cylindrical-coordinate representation of color #5EAF6E: hue angle of 131.85º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF6E is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB94175110-
CMYK0.4600.370.31
HSL131.85º33.61%52.75%-
HSV(B)131.85º46.29%68.63%-
XYZ22.7634.1720.15-
YUV143.37109.1692.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.80%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=24.80%
G=46.17%
B=29.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941751100.4600.370.31131.8533.6152.75
Hex5EAF6E2E0251F842235
Octal13625715656045372044265
Binary101111010101111110111010111001001011111110000100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eaf6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,110); }

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

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

 a { background-color: rgb(94,175,110); }

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

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

 span { border-color: rgb(94,175,110); }

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