Shades of Feijoa #ACF881
Tints of Feijoa #ACF881
RGB
CMYK
RGB Variations
Color information
#ACF881 (or 0xACF881) is known color: Feijoa. HEX triplet: AC, F8 and 81. RGB value is (172,248,129). Sum of RGB (Red+Green+Blue) = 172+248+129=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF881 is #53077E. Grayscale: #D4D4D4. Windows color (decimal): -5441407 or 8517804. OLE color: 8517804.
HSL color Cylindrical-coordinate representation of color #ACF881: hue angle of 98.32º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF881 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 129 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.03 |
| HSL | 98.32º | 0.89% | 0.74% | - |
| HSV(B) | 98.32º | 0.48% | 0.97% | - |
| XYZ | 54.54 | 77.49 | 32.85 | - |
| YUV | 211.71 | 81.32 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 129 | 0.31 | 0 | 0.48 | 0.03 | 98.32 | 0.89 | 0.74 |
| Hex | AC | F8 | 81 | 1F | 0 | 30 | 3 | 62 | 59 | 4A |
| Octal | 254 | 370 | 201 | 37 | 0 | 60 | 3 | 142 | 131 | 112 |
| Binary | 10101100 | 11111000 | 10000001 | 11111 | 0 | 110000 | 11 | 1100010 | 1011001 | 1001010 |
Color Harmonies of #ACF881
Complementary color
Monochromatic Colors of #ACF881
Black with #ACF881
Text Example
Text Example
White with #ACF881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF881; }
p { color: rgb(172,248,129); }
H1.HeaderClassName
{
color: #ACF881;
}
.AnyTagClassName
{
color: #ACF881;
}
</style>
background-color css
<style>
a { background-color: #ACF881; }
a { background-color: rgb(172,248,129); }
div.DivClassName
{
background-color: #ACF881;
}
.BgClassName
{
background-color: #ACF881;
}
</style>
border-color css
<style>
span { border-color: #ACF881; }
span { border-color: rgb(172,248,129); }
td.TdClassName
{
border-color: #ACF881;
}
.TagClassName
{
border-color: #ACF881;
}
</style>