#5EA96B

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

Shades of Fern #5EA96B

Tints of Fern #5EA96B

Color information

#5EA96B (or 0x5EA96B) is unknown color: approx Fern. HEX triplet: 5E, A9 and 6B. RGB value is (94,169,107). Sum of RGB (Red+Green+Blue) = 94+169+107=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA96B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA96B is #A15694. Grayscale: #8B8B8B. Windows color (decimal): -10573461 or 7055710. OLE color: 7055710.

HSL color Cylindrical-coordinate representation of color #5EA96B: hue angle of 130.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA96B is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB94169107-
CMYK0.4400.370.34
HSL130.4º30.36%51.57%-
HSV(B)130.4º44.38%66.27%-
XYZ21.4631.8218.92-
YUV139.51109.6595.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 169 (66.41% from 255) = 45.68%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=25.41%
G=45.68%
B=28.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal941691070.4400.370.34130.430.3651.57
Hex5EA96B2C02522821e34
Octal13625115354045422023664
Binary101111010101001110101110110001001011000101000001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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