#55AA63

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

Shades of Fern #55AA63

Tints of Fern #55AA63

Color information

#55AA63 (or 0x55AA63) is unknown color: approx Fern. HEX triplet: 55, AA and 63. RGB value is (85,170,99). Sum of RGB (Red+Green+Blue) = 85+170+99=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA63 is #AA559C. Grayscale: #888888. Windows color (decimal): -11163037 or 6531669. OLE color: 6531669.

HSL color Cylindrical-coordinate representation of color #55AA63: hue angle of 129.88º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA63 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB8517099-
CMYK0.5000.420.33
HSL129.88º33.33%50%-
HSV(B)129.88º50%66.67%-
XYZ20.3731.5816.83-
YUV136.49106.8491.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 99 (39.06% from 255) = 27.97%
R=24.01%
G=48.02%
B=27.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170990.5000.420.33129.8833.3350
Hex55AA633202A21822132
Octal12525214362052412024162
Binary1010101101010101100011110010010101010000110000010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AA63; }

 p { color: rgb(85,170,99); }

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

<style>
 a { background-color: #55AA63; }

 a { background-color: rgb(85,170,99); }

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

<style>
 span { border-color: #55AA63; }

 span { border-color: rgb(85,170,99); }

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