Shades of Feijoa #ACF477
Tints of Feijoa #ACF477
RGB
CMYK
RGB Variations
Color information
#ACF477 (or 0xACF477) is known color: Feijoa. HEX triplet: AC, F4 and 77. RGB value is (172,244,119). Sum of RGB (Red+Green+Blue) = 172+244+119=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF477 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF477 is #530B88. Grayscale: #D0D0D0. Windows color (decimal): -5442441 or 7861420. OLE color: 7861420.
HSL color Cylindrical-coordinate representation of color #ACF477: hue angle of 94.56º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF477 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 119 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.04 |
| HSL | 94.56º | 0.85% | 0.71% | - |
| HSV(B) | 94.56º | 0.51% | 0.96% | - |
| XYZ | 52.69 | 74.8 | 29.11 | - |
| YUV | 208.22 | 77.65 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 119 | 0.30 | 0 | 0.51 | 0.04 | 94.56 | 0.85 | 0.71 |
| Hex | AC | F4 | 77 | 1E | 0 | 33 | 4 | 5F | 55 | 47 |
| Octal | 254 | 364 | 167 | 36 | 0 | 63 | 4 | 137 | 125 | 107 |
| Binary | 10101100 | 11110100 | 1110111 | 11110 | 0 | 110011 | 100 | 1011111 | 1010101 | 1000111 |
Color Harmonies of #ACF477
Complementary color
Monochromatic Colors of #ACF477
Black with #ACF477
Text Example
Text Example
White with #ACF477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF477; }
p { color: rgb(172,244,119); }
H1.HeaderClassName
{
color: #ACF477;
}
.AnyTagClassName
{
color: #ACF477;
}
</style>
background-color css
<style>
a { background-color: #ACF477; }
a { background-color: rgb(172,244,119); }
div.DivClassName
{
background-color: #ACF477;
}
.BgClassName
{
background-color: #ACF477;
}
</style>
border-color css
<style>
span { border-color: #ACF477; }
span { border-color: rgb(172,244,119); }
td.TdClassName
{
border-color: #ACF477;
}
.TagClassName
{
border-color: #ACF477;
}
</style>