Shades of Feijoa #ACF184
Tints of Feijoa #ACF184
RGB
CMYK
RGB Variations
Color information
#ACF184 (or 0xACF184) is known color: Feijoa. HEX triplet: AC, F1 and 84. RGB value is (172,241,132). Sum of RGB (Red+Green+Blue) = 172+241+132=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF184 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF184 is #530E7B. Grayscale: #D0D0D0. Windows color (decimal): -5443196 or 8712620. OLE color: 8712620.
HSL color Cylindrical-coordinate representation of color #ACF184: hue angle of 97.98º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACF184 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 132 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.05 |
| HSL | 97.98º | 0.8% | 0.73% | - |
| HSV(B) | 97.98º | 0.45% | 0.95% | - |
| XYZ | 52.63 | 73.35 | 33.21 | - |
| YUV | 207.94 | 85.14 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 132 | 0.29 | 0 | 0.45 | 0.05 | 97.98 | 0.8 | 0.73 |
| Hex | AC | F1 | 84 | 1D | 0 | 2D | 5 | 62 | 50 | 49 |
| Octal | 254 | 361 | 204 | 35 | 0 | 55 | 5 | 142 | 120 | 111 |
| Binary | 10101100 | 11110001 | 10000100 | 11101 | 0 | 101101 | 101 | 1100010 | 1010000 | 1001001 |
Color Harmonies of #ACF184
Complementary color
Monochromatic Colors of #ACF184
Black with #ACF184
Text Example
Text Example
White with #ACF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF184; }
p { color: rgb(172,241,132); }
H1.HeaderClassName
{
color: #ACF184;
}
.AnyTagClassName
{
color: #ACF184;
}
</style>
background-color css
<style>
a { background-color: #ACF184; }
a { background-color: rgb(172,241,132); }
div.DivClassName
{
background-color: #ACF184;
}
.BgClassName
{
background-color: #ACF184;
}
</style>
border-color css
<style>
span { border-color: #ACF184; }
span { border-color: rgb(172,241,132); }
td.TdClassName
{
border-color: #ACF184;
}
.TagClassName
{
border-color: #ACF184;
}
</style>