#5AAC6B

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

Shades of Fern #5AAC6B

Tints of Fern #5AAC6B

Color information

#5AAC6B (or 0x5AAC6B) is unknown color: approx Fern. HEX triplet: 5A, AC and 6B. RGB value is (90,172,107). Sum of RGB (Red+Green+Blue) = 90+172+107=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC6B is #A55394. Grayscale: #8C8C8C. Windows color (decimal): -10834837 or 7056474. OLE color: 7056474.

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

Color convert

RGB90172107-
CMYK0.4800.380.33
HSL132.44º33.06%51.37%-
HSV(B)132.44º47.67%67.45%-
XYZ21.6232.7419.09-
YUV140.07109.3392.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.39%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=24.39%
G=46.61%
B=29.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901721070.4800.380.33132.4433.0651.37
Hex5AAC6B3002621842133
Octal13225415360046412044163
Binary1011010101011001101011110000010011010000110000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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