#ACE08C

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

Shades of Feijoa #ACE08C

Tints of Feijoa #ACE08C

Color information

#ACE08C (or 0xACE08C) is unknown color: approx Feijoa. HEX triplet: AC, E0 and 8C. RGB value is (172,224,140). Sum of RGB (Red+Green+Blue) = 172+224+140=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE08C is #531F73. Grayscale: #C7C7C7. Windows color (decimal): -5447540 or 9232556. OLE color: 9232556.

HSL color Cylindrical-coordinate representation of color #ACE08C: hue angle of 97.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE08C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB172224140-
CMYK0.2300.380.12
HSL97.14º57.53%71.37%-
HSV(B)97.14º37.5%87.84%-
XYZ48.463.9834.61-
YUV198.8894.77108.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 224 (87.89% from 255) = 41.79%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=32.09%
G=41.79%
B=26.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241400.2300.380.1297.1457.5371.37
HexACE08C17026C613a47
Octal254340214270461414172107
Binary101011001110000010001100101110100110110011000011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE08C; }

 p { color: rgb(172,224,140); }

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

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

 a { background-color: rgb(172,224,140); }

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

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

 span { border-color: rgb(172,224,140); }

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