#5AB461

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

Shades of Fern #5AB461

Tints of Fern #5AB461

Color information

#5AB461 (or 0x5AB461) is unknown color: approx Fern. HEX triplet: 5A, B4 and 61. RGB value is (90,180,97). Sum of RGB (Red+Green+Blue) = 90+180+97=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB461 is #A54B9E. Grayscale: #8F8F8F. Windows color (decimal): -10832799 or 6403162. OLE color: 6403162.

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

Color convert

RGB9018097-
CMYK0.5000.460.29
HSL124.67º37.5%52.94%-
HSV(B)124.67º50%70.59%-
XYZ22.735.6817-
YUV143.63101.6889.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 180 (70.70% from 255) = 49.05%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=24.52%
G=49.05%
B=26.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal90180970.5000.460.29124.6737.552.94
Hex5AB4613202E1D7d2635
Octal13226414162056351754665
Binary10110101011010011000011100100101110111011111101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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