#ACEA72

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

Shades of Feijoa #ACEA72

Tints of Feijoa #ACEA72

Color information

#ACEA72 (or 0xACEA72) is unknown color: approx Feijoa. HEX triplet: AC, EA and 72. RGB value is (172,234,114). Sum of RGB (Red+Green+Blue) = 172+234+114=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA72 is #53158D. Grayscale: #CACACA. Windows color (decimal): -5445006 or 7531180. OLE color: 7531180.

HSL color Cylindrical-coordinate representation of color #ACEA72: hue angle of 91º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACEA72 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB172234114-
CMYK0.2600.510.08
HSL91º74.07%68.24%-
HSV(B)91º51.28%91.76%-
XYZ49.4768.8326.6-
YUV201.7878.46106.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 234 (91.80% from 255) = 45%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=33.08%
G=45%
B=21.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722341140.2600.510.089174.0768.24
HexACEA721A03385b4a44
Octal2543521623206310133112104
Binary101011001110101011100101101001100111000101101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEA72; }

 p { color: rgb(172,234,114); }

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

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

 a { background-color: rgb(172,234,114); }

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

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

 span { border-color: rgb(172,234,114); }

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