Shades of Feijoa #ACF687
Tints of Feijoa #ACF687
RGB
CMYK
RGB Variations
Color information
#ACF687 (or 0xACF687) is known color: Feijoa. HEX triplet: AC, F6 and 87. RGB value is (172,246,135). Sum of RGB (Red+Green+Blue) = 172+246+135=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF687 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF687 is #530978. Grayscale: #D3D3D3. Windows color (decimal): -5441913 or 8910508. OLE color: 8910508.
HSL color Cylindrical-coordinate representation of color #ACF687: hue angle of 100º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACF687 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 135 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.04 |
| HSL | 100º | 0.86% | 0.75% | - |
| HSV(B) | 100º | 0.45% | 0.96% | - |
| XYZ | 54.34 | 76.43 | 34.81 | - |
| YUV | 211.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 135 | 0.30 | 0 | 0.45 | 0.04 | 100 | 0.86 | 0.75 |
| Hex | AC | F6 | 87 | 1E | 0 | 2D | 4 | 64 | 56 | 4B |
| Octal | 254 | 366 | 207 | 36 | 0 | 55 | 4 | 144 | 126 | 113 |
| Binary | 10101100 | 11110110 | 10000111 | 11110 | 0 | 101101 | 100 | 1100100 | 1010110 | 1001011 |
Color Harmonies of #ACF687
Complementary color
Monochromatic Colors of #ACF687
Black with #ACF687
Text Example
Text Example
White with #ACF687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF687; }
p { color: rgb(172,246,135); }
H1.HeaderClassName
{
color: #ACF687;
}
.AnyTagClassName
{
color: #ACF687;
}
</style>
background-color css
<style>
a { background-color: #ACF687; }
a { background-color: rgb(172,246,135); }
div.DivClassName
{
background-color: #ACF687;
}
.BgClassName
{
background-color: #ACF687;
}
</style>
border-color css
<style>
span { border-color: #ACF687; }
span { border-color: rgb(172,246,135); }
td.TdClassName
{
border-color: #ACF687;
}
.TagClassName
{
border-color: #ACF687;
}
</style>