Shades of Feijoa #ACF685
Tints of Feijoa #ACF685
RGB
CMYK
RGB Variations
Color information
#ACF685 (or 0xACF685) is known color: Feijoa. HEX triplet: AC, F6 and 85. RGB value is (172,246,133). Sum of RGB (Red+Green+Blue) = 172+246+133=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF685 is #53097A. Grayscale: #D3D3D3. Windows color (decimal): -5441915 or 8779436. OLE color: 8779436.
HSL color Cylindrical-coordinate representation of color #ACF685: hue angle of 99.29º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF685 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 133 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.04 |
| HSL | 99.29º | 0.86% | 0.74% | - |
| HSV(B) | 99.29º | 0.46% | 0.96% | - |
| XYZ | 54.2 | 76.38 | 34.08 | - |
| YUV | 210.99 | 83.98 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 133 | 0.30 | 0 | 0.46 | 0.04 | 99.29 | 0.86 | 0.74 |
| Hex | AC | F6 | 85 | 1E | 0 | 2E | 4 | 63 | 56 | 4A |
| Octal | 254 | 366 | 205 | 36 | 0 | 56 | 4 | 143 | 126 | 112 |
| Binary | 10101100 | 11110110 | 10000101 | 11110 | 0 | 101110 | 100 | 1100011 | 1010110 | 1001010 |
Color Harmonies of #ACF685
Complementary color
Monochromatic Colors of #ACF685
Black with #ACF685
Text Example
Text Example
White with #ACF685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF685; }
p { color: rgb(172,246,133); }
H1.HeaderClassName
{
color: #ACF685;
}
.AnyTagClassName
{
color: #ACF685;
}
</style>
background-color css
<style>
a { background-color: #ACF685; }
a { background-color: rgb(172,246,133); }
div.DivClassName
{
background-color: #ACF685;
}
.BgClassName
{
background-color: #ACF685;
}
</style>
border-color css
<style>
span { border-color: #ACF685; }
span { border-color: rgb(172,246,133); }
td.TdClassName
{
border-color: #ACF685;
}
.TagClassName
{
border-color: #ACF685;
}
</style>