#5AAD6C

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

Shades of Fern #5AAD6C

Tints of Fern #5AAD6C

Color information

#5AAD6C (or 0x5AAD6C) is unknown color: approx Fern. HEX triplet: 5A, AD and 6C. RGB value is (90,173,108). Sum of RGB (Red+Green+Blue) = 90+173+108=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAD6C is #A55293. Grayscale: #8C8C8C. Windows color (decimal): -10834580 or 7122266. OLE color: 7122266.

HSL color Cylindrical-coordinate representation of color #5AAD6C: hue angle of 133.01º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAD6C is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB90173108-
CMYK0.4800.380.32
HSL133.01º33.6%51.57%-
HSV(B)133.01º47.98%67.84%-
XYZ21.8733.1419.43-
YUV140.77109.591.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.26%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=24.26%
G=46.63%
B=29.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901731080.4800.380.32133.0133.651.57
Hex5AAD6C3002620852234
Octal13225515460046402054264
Binary1011010101011011101100110000010011010000010000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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