#5AAC6F

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

Shades of Fern #5AAC6F

Tints of Fern #5AAC6F

Color information

#5AAC6F (or 0x5AAC6F) is unknown color: approx Fern. HEX triplet: 5A, AC and 6F. RGB value is (90,172,111). Sum of RGB (Red+Green+Blue) = 90+172+111=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC6F is #A55390. Grayscale: #8C8C8C. Windows color (decimal): -10834833 or 7318618. OLE color: 7318618.

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

Color convert

RGB90172111-
CMYK0.4800.350.33
HSL135.37º33.06%51.37%-
HSV(B)135.37º47.67%67.45%-
XYZ21.8432.8320.22-
YUV140.53111.3391.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=24.13%
G=46.11%
B=29.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901721110.4800.350.33135.3733.0651.37
Hex5AAC6F3002321872133
Octal13225415760043412074163
Binary1011010101011001101111110000010001110000110000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,172,111); }

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

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

 a { background-color: rgb(90,172,111); }

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

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

 span { border-color: rgb(90,172,111); }

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