Shades of Feijoa #ACF876
Tints of Feijoa #ACF876
RGB
CMYK
RGB Variations
Color information
#ACF876 (or 0xACF876) is known color: Feijoa. HEX triplet: AC, F8 and 76. RGB value is (172,248,118). Sum of RGB (Red+Green+Blue) = 172+248+118=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF876 is #530789. Grayscale: #D2D2D2. Windows color (decimal): -5441418 or 7796908. OLE color: 7796908.
HSL color Cylindrical-coordinate representation of color #ACF876: hue angle of 95.08º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF876 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 118 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.03 |
| HSL | 95.08º | 0.9% | 0.72% | - |
| HSV(B) | 95.08º | 0.52% | 0.97% | - |
| XYZ | 53.85 | 77.21 | 29.21 | - |
| YUV | 210.46 | 75.82 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 118 | 0.31 | 0 | 0.52 | 0.03 | 95.08 | 0.9 | 0.72 |
| Hex | AC | F8 | 76 | 1F | 0 | 34 | 3 | 5F | 5A | 48 |
| Octal | 254 | 370 | 166 | 37 | 0 | 64 | 3 | 137 | 132 | 110 |
| Binary | 10101100 | 11111000 | 1110110 | 11111 | 0 | 110100 | 11 | 1011111 | 1011010 | 1001000 |
Color Harmonies of #ACF876
Complementary color
Monochromatic Colors of #ACF876
Black with #ACF876
Text Example
Text Example
White with #ACF876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF876; }
p { color: rgb(172,248,118); }
H1.HeaderClassName
{
color: #ACF876;
}
.AnyTagClassName
{
color: #ACF876;
}
</style>
background-color css
<style>
a { background-color: #ACF876; }
a { background-color: rgb(172,248,118); }
div.DivClassName
{
background-color: #ACF876;
}
.BgClassName
{
background-color: #ACF876;
}
</style>
border-color css
<style>
span { border-color: #ACF876; }
span { border-color: rgb(172,248,118); }
td.TdClassName
{
border-color: #ACF876;
}
.TagClassName
{
border-color: #ACF876;
}
</style>