#5AA463

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

Shades of Fern #5AA463

Tints of Fern #5AA463

Color information

#5AA463 (or 0x5AA463) is unknown color: approx Fern. HEX triplet: 5A, A4 and 63. RGB value is (90,164,99). Sum of RGB (Red+Green+Blue) = 90+164+99=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA463 is #A55B9C. Grayscale: #868686. Windows color (decimal): -10836893 or 6530138. OLE color: 6530138.

HSL color Cylindrical-coordinate representation of color #5AA463: hue angle of 127.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA463 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB9016499-
CMYK0.4500.400.36
HSL127.3º29.13%49.8%-
HSV(B)127.3º45.12%64.31%-
XYZ19.7429.6316.48-
YUV134.46107.9896.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=25.50%
G=46.46%
B=28.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90164990.4500.400.36127.329.1349.8
Hex5AA4632D028247f1d32
Octal13224414355050441773562
Binary10110101010010011000111011010101000100100111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,164,99); }

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

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

 a { background-color: rgb(90,164,99); }

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

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

 span { border-color: rgb(90,164,99); }

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