#5AB460

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

Shades of Fern #5AB460

Tints of Fern #5AB460

Color information

#5AB460 (or 0x5AB460) is unknown color: approx Fern. HEX triplet: 5A, B4 and 60. RGB value is (90,180,96). Sum of RGB (Red+Green+Blue) = 90+180+96=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB460 is #A54B9F. Grayscale: #8F8F8F. Windows color (decimal): -10832800 or 6337626. OLE color: 6337626.

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

Color convert

RGB9018096-
CMYK0.5000.470.29
HSL124º37.5%52.94%-
HSV(B)124º50%70.59%-
XYZ22.6535.6616.76-
YUV143.51101.1889.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.59%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=24.59%
G=49.18%
B=26.23%

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
Decimal90180960.5000.470.2912437.552.94
Hex5AB4603202F1D7c2635
Octal13226414062057351744665
Binary10110101011010011000001100100101111111011111100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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