#ACE58E

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

Shades of Feijoa #ACE58E

Tints of Feijoa #ACE58E

Color information

#ACE58E (or 0xACE58E) is unknown color: approx Feijoa. HEX triplet: AC, E5 and 8E. RGB value is (172,229,142). Sum of RGB (Red+Green+Blue) = 172+229+142=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE58E is #531A71. Grayscale: #CACACA. Windows color (decimal): -5446258 or 9364908. OLE color: 9364908.

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

Color convert

RGB172229142-
CMYK0.2500.380.10
HSL99.31º62.59%72.75%-
HSV(B)99.31º37.99%89.8%-
XYZ49.9266.7635.85-
YUV202.0494.12106.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 229 (89.84% from 255) = 42.17%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=31.68%
G=42.17%
B=26.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722291420.2500.380.1099.3162.5972.75
HexACE58E19026A633f49
Octal254345216310461214377111
Binary101011001110010110001110110010100110101011000111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE58E; }

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

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

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

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

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

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

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

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