#5AB45F

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

Shades of Fern #5AB45F

Tints of Fern #5AB45F

Color information

#5AB45F (or 0x5AB45F) is unknown color: approx Fern. HEX triplet: 5A, B4 and 5F. RGB value is (90,180,95). Sum of RGB (Red+Green+Blue) = 90+180+95=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB45F is #A54BA0. Grayscale: #8F8F8F. Windows color (decimal): -10832801 or 6272090. OLE color: 6272090.

HSL color Cylindrical-coordinate representation of color #5AB45F: hue angle of 123.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB45F is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB9018095-
CMYK0.5000.470.29
HSL123.33º37.5%52.94%-
HSV(B)123.33º50%70.59%-
XYZ22.635.6416.51-
YUV143.4100.6889.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=24.66%
G=49.32%
B=26.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal90180950.5000.470.29123.3337.552.94
Hex5AB45F3202F1D7b2635
Octal13226413762057351734665
Binary10110101011010010111111100100101111111011111011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,180,95); }

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

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

 a { background-color: rgb(90,180,95); }

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

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

 span { border-color: rgb(90,180,95); }

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