#5AAD64

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

Shades of Fern #5AAD64

Tints of Fern #5AAD64

Color information

#5AAD64 (or 0x5AAD64) is unknown color: approx Fern. HEX triplet: 5A, AD and 64. RGB value is (90,173,100). Sum of RGB (Red+Green+Blue) = 90+173+100=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAD64 is #A5529B. Grayscale: #8C8C8C. Windows color (decimal): -10834588 or 6597978. OLE color: 6597978.

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

Color convert

RGB90173100-
CMYK0.4800.420.32
HSL127.23º33.6%51.57%-
HSV(B)127.23º47.98%67.84%-
XYZ21.4632.9817.29-
YUV139.86105.592.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=24.79%
G=47.66%
B=27.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901731000.4800.420.32127.2333.651.57
Hex5AAD643002A207f2234
Octal13225514460052401774264
Binary101101010101101110010011000001010101000001111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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