#5AAF6C

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

Shades of Fern #5AAF6C

Tints of Fern #5AAF6C

Color information

#5AAF6C (or 0x5AAF6C) is unknown color: approx Fern. HEX triplet: 5A, AF and 6C. RGB value is (90,175,108). Sum of RGB (Red+Green+Blue) = 90+175+108=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF6C is #A55093. Grayscale: #8E8E8E. Windows color (decimal): -10834068 or 7122778. OLE color: 7122778.

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

Color convert

RGB90175108-
CMYK0.4900.380.31
HSL132.71º34.69%51.96%-
HSV(B)132.71º48.57%68.63%-
XYZ22.2533.9219.56-
YUV141.95108.8490.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=24.13%
G=46.92%
B=28.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901751080.4900.380.31132.7134.6951.96
Hex5AAF6C310261F852334
Octal13225715461046372054364
Binary101101010101111110110011000101001101111110000101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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