#5eac6b

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

Shades of Fern #5EAC6B

Tints of Fern #5EAC6B

Color information

#5EAC6B (or 0x5EAC6B) is unknown color: approx Fern. HEX triplet: 5E, AC and 6B. RGB value is (94,172,107). Sum of RGB (Red+Green+Blue) = 94+172+107=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC6B is #A15394. Grayscale: #8D8D8D. Windows color (decimal): -10572693 or 7056478. OLE color: 7056478.

HSL color Cylindrical-coordinate representation of color #5EAC6B: hue angle of 130º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAC6B is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB94172107-
CMYK0.4500.380.33
HSL130º31.97%52.16%-
HSV(B)130º45.35%67.45%-
XYZ22.0232.9519.11-
YUV141.27108.6694.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.20%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=25.20%
G=46.11%
B=28.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941721070.4500.380.3313031.9752.16
Hex5EAC6B2D02621822034
Octal13625415355046412024064
Binary1011110101011001101011101101010011010000110000010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eac6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,172,107); }

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

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

 a { background-color: rgb(94,172,107); }

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

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

 span { border-color: rgb(94,172,107); }

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