#5AAB5E

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

Shades of Fern #5AAB5E

Tints of Fern #5AAB5E

Color information

#5AAB5E (or 0x5AAB5E) is unknown color: approx Fern. HEX triplet: 5A, AB and 5E. RGB value is (90,171,94). Sum of RGB (Red+Green+Blue) = 90+171+94=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB5E is #A554A1. Grayscale: #8A8A8A. Windows color (decimal): -10835106 or 6204250. OLE color: 6204250.

HSL color Cylindrical-coordinate representation of color #5AAB5E: hue angle of 122.96º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAB5E is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB9017194-
CMYK0.4700.450.33
HSL122.96º32.53%51.18%-
HSV(B)122.96º47.37%67.06%-
XYZ20.832.1115.69-
YUV138103.1693.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=25.35%
G=48.17%
B=26.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90171940.4700.450.33122.9632.5351.18
Hex5AAB5E2F02D217b2133
Octal13225313657055411734163
Binary101101010101011101111010111101011011000011111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,171,94); }

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

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

 a { background-color: rgb(90,171,94); }

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

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

 span { border-color: rgb(90,171,94); }

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