#ACE486

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

Shades of Feijoa #ACE486

Tints of Feijoa #ACE486

Color information

#ACE486 (or 0xACE486) is unknown color: approx Feijoa. HEX triplet: AC, E4 and 86. RGB value is (172,228,134). Sum of RGB (Red+Green+Blue) = 172+228+134=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE486 is #531B79. Grayscale: #C8C8C8. Windows color (decimal): -5446522 or 8840364. OLE color: 8840364.

HSL color Cylindrical-coordinate representation of color #ACE486: hue angle of 95.74º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACE486 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB172228134-
CMYK0.2500.410.11
HSL95.74º63.51%70.98%-
HSV(B)95.74º41.23%89.41%-
XYZ49.0665.9832.7-
YUV200.5490.45107.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 228 (89.45% from 255) = 42.70%
BLUE value IS 134 (52.73% from 255) = 25.09%
R=32.21%
G=42.70%
B=25.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722281340.2500.410.1195.7463.5170.98
HexACE48619029B604047
Octal2543442063105113140100107
Binary1010110011100100100001101100101010011011110000010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE486; }

 p { color: rgb(172,228,134); }

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

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

 a { background-color: rgb(172,228,134); }

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

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

 span { border-color: rgb(172,228,134); }

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