Shades of Feijoa #ACEA73
Tints of Feijoa #ACEA73
RGB
CMYK
RGB Variations
Color information
#ACEA73 (or 0xACEA73) is known color: Feijoa. HEX triplet: AC, EA and 73. RGB value is (172,234,115). Sum of RGB (Red+Green+Blue) = 172+234+115=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA73 is #53158C. Grayscale: #CACACA. Windows color (decimal): -5445005 or 7596716. OLE color: 7596716.
HSL color Cylindrical-coordinate representation of color #ACEA73: hue angle of 91.26º 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 #ACEA73 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 115 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.08 |
| HSL | 91.26º | 0.74% | 0.68% | - |
| HSV(B) | 91.26º | 0.51% | 0.92% | - |
| XYZ | 49.53 | 68.85 | 26.9 | - |
| YUV | 201.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 115 | 0.26 | 0 | 0.51 | 0.08 | 91.26 | 0.74 | 0.68 |
| Hex | AC | EA | 73 | 1A | 0 | 33 | 8 | 5B | 4A | 44 |
| Octal | 254 | 352 | 163 | 32 | 0 | 63 | 10 | 133 | 112 | 104 |
| Binary | 10101100 | 11101010 | 1110011 | 11010 | 0 | 110011 | 1000 | 1011011 | 1001010 | 1000100 |
Color Harmonies of #ACEA73
Complementary color
Monochromatic Colors of #ACEA73
Black with #ACEA73
Text Example
Text Example
White with #ACEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA73; }
p { color: rgb(172,234,115); }
H1.HeaderClassName
{
color: #ACEA73;
}
.AnyTagClassName
{
color: #ACEA73;
}
</style>
background-color css
<style>
a { background-color: #ACEA73; }
a { background-color: rgb(172,234,115); }
div.DivClassName
{
background-color: #ACEA73;
}
.BgClassName
{
background-color: #ACEA73;
}
</style>
border-color css
<style>
span { border-color: #ACEA73; }
span { border-color: rgb(172,234,115); }
td.TdClassName
{
border-color: #ACEA73;
}
.TagClassName
{
border-color: #ACEA73;
}
</style>