#5AAD66

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

Shades of Fern #5AAD66

Tints of Fern #5AAD66

Color information

#5AAD66 (or 0x5AAD66) is unknown color: approx Fern. HEX triplet: 5A, AD and 66. RGB value is (90,173,102). Sum of RGB (Red+Green+Blue) = 90+173+102=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAD66 is #A55299. Grayscale: #8C8C8C. Windows color (decimal): -10834586 or 6729050. OLE color: 6729050.

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

Color convert

RGB90173102-
CMYK0.4800.410.32
HSL128.67º33.6%51.57%-
HSV(B)128.67º47.98%67.84%-
XYZ21.5633.0217.81-
YUV140.09106.592.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=24.66%
G=47.40%
B=27.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901731020.4800.410.32128.6733.651.57
Hex5AAD663002920812234
Octal13225514660051402014264
Binary1011010101011011100110110000010100110000010000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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