Shades of Feijoa #ACF878
Tints of Feijoa #ACF878
RGB
CMYK
RGB Variations
Color information
#ACF878 (or 0xACF878) is known color: Feijoa. HEX triplet: AC, F8 and 78. RGB value is (172,248,120). Sum of RGB (Red+Green+Blue) = 172+248+120=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF878 is #530787. Grayscale: #D3D3D3. Windows color (decimal): -5441416 or 7927980. OLE color: 7927980.
HSL color Cylindrical-coordinate representation of color #ACF878: hue angle of 95.62º 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 #ACF878 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 120 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.03 |
| HSL | 95.63º | 0.9% | 0.72% | - |
| HSV(B) | 95.63º | 0.52% | 0.97% | - |
| XYZ | 53.97 | 77.26 | 29.84 | - |
| YUV | 210.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 120 | 0.31 | 0 | 0.52 | 0.03 | 95.63 | 0.9 | 0.72 |
| Hex | AC | F8 | 78 | 1F | 0 | 34 | 3 | 60 | 5A | 48 |
| Octal | 254 | 370 | 170 | 37 | 0 | 64 | 3 | 140 | 132 | 110 |
| Binary | 10101100 | 11111000 | 1111000 | 11111 | 0 | 110100 | 11 | 1100000 | 1011010 | 1001000 |
Color Harmonies of #ACF878
Complementary color
Monochromatic Colors of #ACF878
Black with #ACF878
Text Example
Text Example
White with #ACF878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF878; }
p { color: rgb(172,248,120); }
H1.HeaderClassName
{
color: #ACF878;
}
.AnyTagClassName
{
color: #ACF878;
}
</style>
background-color css
<style>
a { background-color: #ACF878; }
a { background-color: rgb(172,248,120); }
div.DivClassName
{
background-color: #ACF878;
}
.BgClassName
{
background-color: #ACF878;
}
</style>
border-color css
<style>
span { border-color: #ACF878; }
span { border-color: rgb(172,248,120); }
td.TdClassName
{
border-color: #ACF878;
}
.TagClassName
{
border-color: #ACF878;
}
</style>