#5AB46A

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

Shades of Fern #5AB46A

Tints of Fern #5AB46A

Color information

#5AB46A (or 0x5AB46A) is unknown color: approx Fern. HEX triplet: 5A, B4 and 6A. RGB value is (90,180,106). Sum of RGB (Red+Green+Blue) = 90+180+106=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB46A is #A54B95. Grayscale: #909090. Windows color (decimal): -10832790 or 6992986. OLE color: 6992986.

HSL color Cylindrical-coordinate representation of color #5AB46A: hue angle of 130.67º 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 #5AB46A is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB90180106-
CMYK0.5000.410.29
HSL130.67º37.5%52.94%-
HSV(B)130.67º50%70.59%-
XYZ23.1435.8619.34-
YUV144.65106.1889.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.94%
GREEN value IS 180 (70.70% from 255) = 47.87%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=23.94%
G=47.87%
B=28.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801060.5000.410.29130.6737.552.94
Hex5AB46A320291D832635
Octal13226415262051352034665
Binary101101010110100110101011001001010011110110000011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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