#ACE391

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

Shades of Feijoa #ACE391

Tints of Feijoa #ACE391

Color information

#ACE391 (or 0xACE391) is unknown color: approx Feijoa. HEX triplet: AC, E3 and 91. RGB value is (172,227,145). Sum of RGB (Red+Green+Blue) = 172+227+145=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE391 is #531C6E. Grayscale: #C9C9C9. Windows color (decimal): -5446767 or 9561004. OLE color: 9561004.

HSL color Cylindrical-coordinate representation of color #ACE391: hue angle of 100.24º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACE391 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB172227145-
CMYK0.2400.360.11
HSL100.24º59.42%72.94%-
HSV(B)100.24º36.12%89.02%-
XYZ49.5965.7536.87-
YUV201.2196.28107.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 227 (89.06% from 255) = 41.73%
BLUE value IS 145 (57.03% from 255) = 26.65%
R=31.62%
G=41.73%
B=26.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271450.2400.360.11100.2459.4272.94
HexACE39118024B643b49
Octal254343221300441314473111
Binary101011001110001110010001110000100100101111001001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE391; }

 p { color: rgb(172,227,145); }

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

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

 a { background-color: rgb(172,227,145); }

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

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

 span { border-color: rgb(172,227,145); }

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