#5AAB6A

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

Shades of Fern #5AAB6A

Tints of Fern #5AAB6A

Color information

#5AAB6A (or 0x5AAB6A) is unknown color: approx Fern. HEX triplet: 5A, AB and 6A. RGB value is (90,171,106). Sum of RGB (Red+Green+Blue) = 90+171+106=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB6A is #A55495. Grayscale: #8B8B8B. Windows color (decimal): -10835094 or 6990682. OLE color: 6990682.

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

Color convert

RGB90171106-
CMYK0.4700.380.33
HSL131.85º32.53%51.18%-
HSV(B)131.85º47.37%67.06%-
XYZ21.3832.3418.75-
YUV139.37109.1692.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=24.52%
G=46.59%
B=28.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901711060.4700.380.33131.8532.5351.18
Hex5AAB6A2F02621842133
Octal13225315257046412044163
Binary1011010101010111101010101111010011010000110000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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