#ACE48E

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

Shades of Feijoa #ACE48E

Tints of Feijoa #ACE48E

Color information

#ACE48E (or 0xACE48E) is unknown color: approx Feijoa. HEX triplet: AC, E4 and 8E. RGB value is (172,228,142). Sum of RGB (Red+Green+Blue) = 172+228+142=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE48E is #531B71. Grayscale: #C9C9C9. Windows color (decimal): -5446514 or 9364652. OLE color: 9364652.

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

Color convert

RGB172228142-
CMYK0.2500.380.11
HSL99.07º61.43%72.55%-
HSV(B)99.07º37.72%89.41%-
XYZ49.6466.2135.75-
YUV201.4594.45106.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 228 (89.45% from 255) = 42.07%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=31.73%
G=42.07%
B=26.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722281420.2500.380.1199.0761.4372.55
HexACE48E19026B633d49
Octal254344216310461314375111
Binary101011001110010010001110110010100110101111000111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE48E; }

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

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

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

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

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

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

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

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