#5AA664

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

Shades of Fern #5AA664

Tints of Fern #5AA664

Color information

#5AA664 (or 0x5AA664) is unknown color: approx Fern. HEX triplet: 5A, A6 and 64. RGB value is (90,166,100). Sum of RGB (Red+Green+Blue) = 90+166+100=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA664 is #A5599B. Grayscale: #878787. Windows color (decimal): -10836380 or 6596186. OLE color: 6596186.

HSL color Cylindrical-coordinate representation of color #5AA664: hue angle of 127.89º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA664 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB90166100-
CMYK0.4600.400.35
HSL127.89º29.92%50.2%-
HSV(B)127.89º45.78%65.1%-
XYZ20.1530.3716.86-
YUV135.75107.8295.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.28%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=25.28%
G=46.63%
B=28.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901661000.4600.400.35127.8929.9250.2
Hex5AA6642E02823801e32
Octal13224614456050432003662
Binary101101010100110110010010111001010001000111000000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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