#5AB46C

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

Shades of Fern #5AB46C

Tints of Fern #5AB46C

Color information

#5AB46C (or 0x5AB46C) is unknown color: approx Fern. HEX triplet: 5A, B4 and 6C. RGB value is (90,180,108). Sum of RGB (Red+Green+Blue) = 90+180+108=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB46C is #A54B93. Grayscale: #919191. Windows color (decimal): -10832788 or 7124058. OLE color: 7124058.

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

Color convert

RGB90180108-
CMYK0.5000.400.29
HSL132º37.5%52.94%-
HSV(B)132º50%70.59%-
XYZ23.2435.919.89-
YUV144.88107.1888.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.81%
GREEN value IS 180 (70.70% from 255) = 47.62%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=23.81%
G=47.62%
B=28.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801080.5000.400.2913237.552.94
Hex5AB46C320281D842635
Octal13226415462050352044665
Binary101101010110100110110011001001010001110110000100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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