#5AA661

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

Shades of Fern #5AA661

Tints of Fern #5AA661

Color information

#5AA661 (or 0x5AA661) is unknown color: approx Fern. HEX triplet: 5A, A6 and 61. RGB value is (90,166,97). Sum of RGB (Red+Green+Blue) = 90+166+97=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA661 is #A5599E. Grayscale: #878787. Windows color (decimal): -10836383 or 6399578. OLE color: 6399578.

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

Color convert

RGB9016697-
CMYK0.4600.420.35
HSL125.53º29.92%50.2%-
HSV(B)125.53º45.78%65.1%-
XYZ20.0130.3116.1-
YUV135.41106.3295.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=25.50%
G=47.03%
B=27.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90166970.4600.420.35125.5329.9250.2
Hex5AA6612E02A237e1e32
Octal13224614156052431763662
Binary10110101010011011000011011100101010100011111111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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