#ACE08D

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

Shades of Feijoa #ACE08D

Tints of Feijoa #ACE08D

Color information

#ACE08D (or 0xACE08D) is unknown color: approx Feijoa. HEX triplet: AC, E0 and 8D. RGB value is (172,224,141). Sum of RGB (Red+Green+Blue) = 172+224+141=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE08D is #531F72. Grayscale: #C7C7C7. Windows color (decimal): -5447539 or 9298092. OLE color: 9298092.

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

Color convert

RGB172224141-
CMYK0.2300.370.12
HSL97.59º57.24%71.57%-
HSV(B)97.59º37.05%87.84%-
XYZ48.4864.0135-
YUV198.9995.27108.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 224 (87.89% from 255) = 41.71%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=32.03%
G=41.71%
B=26.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241410.2300.370.1297.5957.2471.57
HexACE08D17025C623948
Octal254340215270451414271110
Binary101011001110000010001101101110100101110011000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE08D; }

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

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

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

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

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

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

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

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