#5AAD70

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

Shades of Fern #5AAD70

Tints of Fern #5AAD70

Color information

#5AAD70 (or 0x5AAD70) is unknown color: approx Fern. HEX triplet: 5A, AD and 70. RGB value is (90,173,112). Sum of RGB (Red+Green+Blue) = 90+173+112=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAD70 is #A5528F. Grayscale: #8D8D8D. Windows color (decimal): -10834576 or 7384410. OLE color: 7384410.

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

Color convert

RGB90173112-
CMYK0.4800.350.32
HSL135.9º33.6%51.57%-
HSV(B)135.9º47.98%67.84%-
XYZ22.0833.2320.58-
YUV141.23111.591.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 173 (67.97% from 255) = 46.13%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=24%
G=46.13%
B=29.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901731120.4800.350.32135.933.651.57
Hex5AAD703002320882234
Octal13225516060043402104264
Binary1011010101011011110000110000010001110000010001000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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