#5AB160

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

Shades of Fern #5AB160

Tints of Fern #5AB160

Color information

#5AB160 (or 0x5AB160) is unknown color: approx Fern. HEX triplet: 5A, B1 and 60. RGB value is (90,177,96). Sum of RGB (Red+Green+Blue) = 90+177+96=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB160 is #A54E9F. Grayscale: #8D8D8D. Windows color (decimal): -10833568 or 6336858. OLE color: 6336858.

HSL color Cylindrical-coordinate representation of color #5AB160: hue angle of 124.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB160 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB9017796-
CMYK0.4900.460.31
HSL124.14º35.8%52.35%-
HSV(B)124.14º49.15%69.41%-
XYZ22.0534.4616.56-
YUV141.75102.1891.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 177 (69.53% from 255) = 48.76%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=24.79%
G=48.76%
B=26.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90177960.4900.460.31124.1435.852.35
Hex5AB1603102E1F7c2434
Octal13226114061056371744464
Binary10110101011000111000001100010101110111111111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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