Shades of Feijoa #ACF87C
Tints of Feijoa #ACF87C
RGB
CMYK
RGB Variations
Color information
#ACF87C (or 0xACF87C) is known color: Feijoa. HEX triplet: AC, F8 and 7C. RGB value is (172,248,124). Sum of RGB (Red+Green+Blue) = 172+248+124=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF87C is #530783. Grayscale: #D3D3D3. Windows color (decimal): -5441412 or 8190124. OLE color: 8190124.
HSL color Cylindrical-coordinate representation of color #ACF87C: hue angle of 96.77º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF87C is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 124 | - |
| CMYK | 0.31 | 0 | 0.5 | 0.03 |
| HSL | 96.77º | 0.9% | 0.73% | - |
| HSV(B) | 96.77º | 0.5% | 0.97% | - |
| XYZ | 54.22 | 77.36 | 31.14 | - |
| YUV | 211.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 124 | 0.31 | 0 | 0.5 | 0.03 | 96.77 | 0.9 | 0.73 |
| Hex | AC | F8 | 7C | 1F | 0 | 32 | 3 | 61 | 5A | 49 |
| Octal | 254 | 370 | 174 | 37 | 0 | 62 | 3 | 141 | 132 | 111 |
| Binary | 10101100 | 11111000 | 1111100 | 11111 | 0 | 110010 | 11 | 1100001 | 1011010 | 1001001 |
Color Harmonies of #ACF87C
Complementary color
Monochromatic Colors of #ACF87C
Black with #ACF87C
Text Example
Text Example
White with #ACF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF87C; }
p { color: rgb(172,248,124); }
H1.HeaderClassName
{
color: #ACF87C;
}
.AnyTagClassName
{
color: #ACF87C;
}
</style>
background-color css
<style>
a { background-color: #ACF87C; }
a { background-color: rgb(172,248,124); }
div.DivClassName
{
background-color: #ACF87C;
}
.BgClassName
{
background-color: #ACF87C;
}
</style>
border-color css
<style>
span { border-color: #ACF87C; }
span { border-color: rgb(172,248,124); }
td.TdClassName
{
border-color: #ACF87C;
}
.TagClassName
{
border-color: #ACF87C;
}
</style>