#5AAF6D

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

Shades of Fern #5AAF6D

Tints of Fern #5AAF6D

Color information

#5AAF6D (or 0x5AAF6D) is unknown color: approx Fern. HEX triplet: 5A, AF and 6D. RGB value is (90,175,109). Sum of RGB (Red+Green+Blue) = 90+175+109=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF6D is #A55092. Grayscale: #8E8E8E. Windows color (decimal): -10834067 or 7188314. OLE color: 7188314.

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

Color convert

RGB90175109-
CMYK0.4900.380.31
HSL133.41º34.69%51.96%-
HSV(B)133.41º48.57%68.63%-
XYZ22.3133.9419.84-
YUV142.06109.3490.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.06%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=24.06%
G=46.79%
B=29.14%

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
Decimal901751090.4900.380.31133.4134.6951.96
Hex5AAF6D310261F852334
Octal13225715561046372054364
Binary101101010101111110110111000101001101111110000101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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