#5EC96A

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

Shades of Fern #5EC96A

Tints of Fern #5EC96A

Color information

#5EC96A (or 0x5EC96A) is unknown color: approx Fern. HEX triplet: 5E, C9 and 6A. RGB value is (94,201,106). Sum of RGB (Red+Green+Blue) = 94+201+106=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC96A is #A13695. Grayscale: #9E9E9E. Windows color (decimal): -10565270 or 6998366. OLE color: 6998366.

HSL color Cylindrical-coordinate representation of color #5EC96A: hue angle of 126.73º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC96A is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB94201106-
CMYK0.5300.470.21
HSL126.73º49.77%57.84%-
HSV(B)126.73º53.23%78.82%-
XYZ28.145.1920.88-
YUV158.1898.5582.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.44%
GREEN value IS 201 (78.91% from 255) = 50.12%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=23.44%
G=50.12%
B=26.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal942011060.5300.470.21126.7349.7757.84
Hex5EC96A3502F157f323a
Octal13631115265057251776272
Binary10111101100100111010101101010101111101011111111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,201,106); }

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

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

 a { background-color: rgb(94,201,106); }

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

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

 span { border-color: rgb(94,201,106); }

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