Shades of Feijoa #ACF171
Tints of Feijoa #ACF171
RGB
CMYK
RGB Variations
Color information
#ACF171 (or 0xACF171) is known color: Feijoa. HEX triplet: AC, F1 and 71. RGB value is (172,241,113). Sum of RGB (Red+Green+Blue) = 172+241+113=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF171 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF171 is #530E8E. Grayscale: #CECECE. Windows color (decimal): -5443215 or 7467436. OLE color: 7467436.
HSL color Cylindrical-coordinate representation of color #ACF171: hue angle of 92.34º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF171 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 113 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.05 |
| HSL | 92.34º | 0.82% | 0.69% | - |
| HSV(B) | 92.34º | 0.53% | 0.95% | - |
| XYZ | 51.45 | 72.87 | 26.98 | - |
| YUV | 205.78 | 75.64 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 113 | 0.29 | 0 | 0.53 | 0.05 | 92.34 | 0.82 | 0.69 |
| Hex | AC | F1 | 71 | 1D | 0 | 35 | 5 | 5C | 52 | 45 |
| Octal | 254 | 361 | 161 | 35 | 0 | 65 | 5 | 134 | 122 | 105 |
| Binary | 10101100 | 11110001 | 1110001 | 11101 | 0 | 110101 | 101 | 1011100 | 1010010 | 1000101 |
Color Harmonies of #ACF171
Complementary color
Monochromatic Colors of #ACF171
Black with #ACF171
Text Example
Text Example
White with #ACF171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF171; }
p { color: rgb(172,241,113); }
H1.HeaderClassName
{
color: #ACF171;
}
.AnyTagClassName
{
color: #ACF171;
}
</style>
background-color css
<style>
a { background-color: #ACF171; }
a { background-color: rgb(172,241,113); }
div.DivClassName
{
background-color: #ACF171;
}
.BgClassName
{
background-color: #ACF171;
}
</style>
border-color css
<style>
span { border-color: #ACF171; }
span { border-color: rgb(172,241,113); }
td.TdClassName
{
border-color: #ACF171;
}
.TagClassName
{
border-color: #ACF171;
}
</style>