#5AB770

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

Shades of Fern #5AB770

Tints of Fern #5AB770

Color information

#5AB770 (or 0x5AB770) is unknown color: approx Fern. HEX triplet: 5A, B7 and 70. RGB value is (90,183,112). Sum of RGB (Red+Green+Blue) = 90+183+112=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB770 is #A5488F. Grayscale: #939393. Windows color (decimal): -10832016 or 7386970. OLE color: 7386970.

HSL color Cylindrical-coordinate representation of color #5AB770: hue angle of 134.19º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB770 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB90183112-
CMYK0.5100.390.28
HSL134.19º39.24%53.53%-
HSV(B)134.19º50.82%71.76%-
XYZ24.0737.2121.24-
YUV147.1108.1987.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.38%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=23.38%
G=47.53%
B=29.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal901831120.5100.390.28134.1939.2453.53
Hex5AB770330271C862736
Octal13226716063047342064766
Binary101101010110111111000011001101001111110010000110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,183,112); }

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

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

 a { background-color: rgb(90,183,112); }

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

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

 span { border-color: rgb(90,183,112); }

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