Shades of Feijoa #ACF986
Tints of Feijoa #ACF986
RGB
CMYK
RGB Variations
Color information
#ACF986 (or 0xACF986) is known color: Feijoa. HEX triplet: AC, F9 and 86. RGB value is (172,249,134). Sum of RGB (Red+Green+Blue) = 172+249+134=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF986 is #530679. Grayscale: #D5D5D5. Windows color (decimal): -5441146 or 8845740. OLE color: 8845740.
HSL color Cylindrical-coordinate representation of color #ACF986: hue angle of 100.17º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF986 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 134 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.02 |
| HSL | 100.17º | 0.91% | 0.75% | - |
| HSV(B) | 100.17º | 0.46% | 0.98% | - |
| XYZ | 55.19 | 78.24 | 34.75 | - |
| YUV | 212.87 | 83.49 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 134 | 0.31 | 0 | 0.46 | 0.02 | 100.17 | 0.91 | 0.75 |
| Hex | AC | F9 | 86 | 1F | 0 | 2E | 2 | 64 | 5B | 4B |
| Octal | 254 | 371 | 206 | 37 | 0 | 56 | 2 | 144 | 133 | 113 |
| Binary | 10101100 | 11111001 | 10000110 | 11111 | 0 | 101110 | 10 | 1100100 | 1011011 | 1001011 |
Color Harmonies of #ACF986
Complementary color
Monochromatic Colors of #ACF986
Black with #ACF986
Text Example
Text Example
White with #ACF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF986; }
p { color: rgb(172,249,134); }
H1.HeaderClassName
{
color: #ACF986;
}
.AnyTagClassName
{
color: #ACF986;
}
</style>
background-color css
<style>
a { background-color: #ACF986; }
a { background-color: rgb(172,249,134); }
div.DivClassName
{
background-color: #ACF986;
}
.BgClassName
{
background-color: #ACF986;
}
</style>
border-color css
<style>
span { border-color: #ACF986; }
span { border-color: rgb(172,249,134); }
td.TdClassName
{
border-color: #ACF986;
}
.TagClassName
{
border-color: #ACF986;
}
</style>