Shades of Feijoa #ACF87F
Tints of Feijoa #ACF87F
RGB
CMYK
RGB Variations
Color information
#ACF87F (or 0xACF87F) is known color: Feijoa. HEX triplet: AC, F8 and 7F. RGB value is (172,248,127). Sum of RGB (Red+Green+Blue) = 172+248+127=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF87F is #530780. Grayscale: #D3D3D3. Windows color (decimal): -5441409 or 8386732. OLE color: 8386732.
HSL color Cylindrical-coordinate representation of color #ACF87F: hue angle of 97.69º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF87F is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 127 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.03 |
| HSL | 97.69º | 0.9% | 0.74% | - |
| HSV(B) | 97.69º | 0.49% | 0.97% | - |
| XYZ | 54.41 | 77.44 | 32.16 | - |
| YUV | 211.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 127 | 0.31 | 0 | 0.49 | 0.03 | 97.69 | 0.9 | 0.74 |
| Hex | AC | F8 | 7F | 1F | 0 | 31 | 3 | 62 | 5A | 4A |
| Octal | 254 | 370 | 177 | 37 | 0 | 61 | 3 | 142 | 132 | 112 |
| Binary | 10101100 | 11111000 | 1111111 | 11111 | 0 | 110001 | 11 | 1100010 | 1011010 | 1001010 |
Color Harmonies of #ACF87F
Complementary color
Monochromatic Colors of #ACF87F
Black with #ACF87F
Text Example
Text Example
White with #ACF87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF87F; }
p { color: rgb(172,248,127); }
H1.HeaderClassName
{
color: #ACF87F;
}
.AnyTagClassName
{
color: #ACF87F;
}
</style>
background-color css
<style>
a { background-color: #ACF87F; }
a { background-color: rgb(172,248,127); }
div.DivClassName
{
background-color: #ACF87F;
}
.BgClassName
{
background-color: #ACF87F;
}
</style>
border-color css
<style>
span { border-color: #ACF87F; }
span { border-color: rgb(172,248,127); }
td.TdClassName
{
border-color: #ACF87F;
}
.TagClassName
{
border-color: #ACF87F;
}
</style>