Shades of Feijoa #ACF489
Tints of Feijoa #ACF489
RGB
CMYK
RGB Variations
Color information
#ACF489 (or 0xACF489) is known color: Feijoa. HEX triplet: AC, F4 and 89. RGB value is (172,244,137). Sum of RGB (Red+Green+Blue) = 172+244+137=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF489 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF489 is #530B76. Grayscale: #D2D2D2. Windows color (decimal): -5442423 or 9041068. OLE color: 9041068.
HSL color Cylindrical-coordinate representation of color #ACF489: hue angle of 100.37º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF489 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 137 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.04 |
| HSL | 100.37º | 0.83% | 0.75% | - |
| HSV(B) | 100.37º | 0.44% | 0.96% | - |
| XYZ | 53.88 | 75.28 | 35.36 | - |
| YUV | 210.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 137 | 0.30 | 0 | 0.44 | 0.04 | 100.37 | 0.83 | 0.75 |
| Hex | AC | F4 | 89 | 1E | 0 | 2C | 4 | 64 | 53 | 4B |
| Octal | 254 | 364 | 211 | 36 | 0 | 54 | 4 | 144 | 123 | 113 |
| Binary | 10101100 | 11110100 | 10001001 | 11110 | 0 | 101100 | 100 | 1100100 | 1010011 | 1001011 |
Color Harmonies of #ACF489
Complementary color
Monochromatic Colors of #ACF489
Black with #ACF489
Text Example
Text Example
White with #ACF489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF489; }
p { color: rgb(172,244,137); }
H1.HeaderClassName
{
color: #ACF489;
}
.AnyTagClassName
{
color: #ACF489;
}
</style>
background-color css
<style>
a { background-color: #ACF489; }
a { background-color: rgb(172,244,137); }
div.DivClassName
{
background-color: #ACF489;
}
.BgClassName
{
background-color: #ACF489;
}
</style>
border-color css
<style>
span { border-color: #ACF489; }
span { border-color: rgb(172,244,137); }
td.TdClassName
{
border-color: #ACF489;
}
.TagClassName
{
border-color: #ACF489;
}
</style>