#5AAF5E

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

Shades of Fern #5AAF5E

Tints of Fern #5AAF5E

Color information

#5AAF5E (or 0x5AAF5E) is unknown color: approx Fern. HEX triplet: 5A, AF and 5E. RGB value is (90,175,94). Sum of RGB (Red+Green+Blue) = 90+175+94=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF5E is #A550A1. Grayscale: #8C8C8C. Windows color (decimal): -10834082 or 6205274. OLE color: 6205274.

HSL color Cylindrical-coordinate representation of color #5AAF5E: hue angle of 122.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF5E is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB9017594-
CMYK0.4900.460.31
HSL122.82º34.69%51.96%-
HSV(B)122.82º48.57%68.63%-
XYZ21.5733.6415.95-
YUV140.35101.8492.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.07%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=25.07%
G=48.75%
B=26.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90175940.4900.460.31122.8234.6951.96
Hex5AAF5E3102E1F7b2334
Octal13225713661056371734364
Binary10110101010111110111101100010101110111111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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