#ACE491

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

Shades of Feijoa #ACE491

Tints of Feijoa #ACE491

Color information

#ACE491 (or 0xACE491) is unknown color: approx Feijoa. HEX triplet: AC, E4 and 91. RGB value is (172,228,145). Sum of RGB (Red+Green+Blue) = 172+228+145=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE491 is #531B6E. Grayscale: #CACACA. Windows color (decimal): -5446511 or 9561260. OLE color: 9561260.

HSL color Cylindrical-coordinate representation of color #ACE491: hue angle of 100.48º degrees, saturation: 0.61, 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 #ACE491 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB172228145-
CMYK0.2500.360.11
HSL100.48º60.58%73.14%-
HSV(B)100.48º36.4%89.41%-
XYZ49.8766.336.96-
YUV201.7995.95106.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=31.56%
G=41.83%
B=26.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722281450.2500.360.11100.4860.5873.14
HexACE49119024B643d49
Octal254344221310441314475111
Binary101011001110010010010001110010100100101111001001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE491; }

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

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

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

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

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

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

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

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