#5AA065

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

Shades of Fern #5AA065

Tints of Fern #5AA065

Color information

#5AA065 (or 0x5AA065) is unknown color: approx Fern. HEX triplet: 5A, A0 and 65. RGB value is (90,160,101). Sum of RGB (Red+Green+Blue) = 90+160+101=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA065 is #A55F9A. Grayscale: #848484. Windows color (decimal): -10837915 or 6660186. OLE color: 6660186.

HSL color Cylindrical-coordinate representation of color #5AA065: hue angle of 129.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA065 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB90160101-
CMYK0.4400.370.37
HSL129.43º28%49.02%-
HSV(B)129.43º43.75%62.75%-
XYZ19.1428.2516.76-
YUV132.34110.3197.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 160 (62.89% from 255) = 45.58%
BLUE value IS 101 (39.84% from 255) = 28.77%
R=25.64%
G=45.58%
B=28.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal901601010.4400.370.37129.432849.02
Hex5AA0652C02525811c31
Octal13224014554045452013461
Binary101101010100000110010110110001001011001011000000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,160,101); }

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

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

 a { background-color: rgb(90,160,101); }

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

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

 span { border-color: rgb(90,160,101); }

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