Shades of Feijoa #ACF984
Tints of Feijoa #ACF984
RGB
CMYK
RGB Variations
Color information
#ACF984 (or 0xACF984) is known color: Feijoa. HEX triplet: AC, F9 and 84. RGB value is (172,249,132). Sum of RGB (Red+Green+Blue) = 172+249+132=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF984 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF984 is #53067B. Grayscale: #D5D5D5. Windows color (decimal): -5441148 or 8714668. OLE color: 8714668.
HSL color Cylindrical-coordinate representation of color #ACF984: hue angle of 99.49º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF984 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 132 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.02 |
| HSL | 99.49º | 0.91% | 0.75% | - |
| HSV(B) | 99.49º | 0.47% | 0.98% | - |
| XYZ | 55.05 | 78.19 | 34.02 | - |
| YUV | 212.64 | 82.49 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 132 | 0.31 | 0 | 0.47 | 0.02 | 99.49 | 0.91 | 0.75 |
| Hex | AC | F9 | 84 | 1F | 0 | 2F | 2 | 63 | 5B | 4B |
| Octal | 254 | 371 | 204 | 37 | 0 | 57 | 2 | 143 | 133 | 113 |
| Binary | 10101100 | 11111001 | 10000100 | 11111 | 0 | 101111 | 10 | 1100011 | 1011011 | 1001011 |
Color Harmonies of #ACF984
Complementary color
Monochromatic Colors of #ACF984
Black with #ACF984
Text Example
Text Example
White with #ACF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF984; }
p { color: rgb(172,249,132); }
H1.HeaderClassName
{
color: #ACF984;
}
.AnyTagClassName
{
color: #ACF984;
}
</style>
background-color css
<style>
a { background-color: #ACF984; }
a { background-color: rgb(172,249,132); }
div.DivClassName
{
background-color: #ACF984;
}
.BgClassName
{
background-color: #ACF984;
}
</style>
border-color css
<style>
span { border-color: #ACF984; }
span { border-color: rgb(172,249,132); }
td.TdClassName
{
border-color: #ACF984;
}
.TagClassName
{
border-color: #ACF984;
}
</style>