Shades of Feijoa #ACFF81
Tints of Feijoa #ACFF81
RGB
CMYK
RGB Variations
Color information
#ACFF81 (or 0xACFF81) is known color: Feijoa. HEX triplet: AC, FF and 81. RGB value is (172,255,129). Sum of RGB (Red+Green+Blue) = 172+255+129=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFF81 is #53007E. Grayscale: #D8D8D8. Windows color (decimal): -5439615 or 8519596. OLE color: 8519596.
HSL color Cylindrical-coordinate representation of color #ACFF81: hue angle of 99.52º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACFF81 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 129 | - |
| CMYK | 0.33 | 0 | 0.49 | 0 |
| HSL | 99.52º | 1% | 0.75% | - |
| HSV(B) | 99.52º | 0.49% | 1% | - |
| XYZ | 56.74 | 81.88 | 33.58 | - |
| YUV | 215.82 | 79 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 129 | 0.33 | 0 | 0.49 | 0 | 99.52 | 1 | 0.75 |
| Hex | AC | FF | 81 | 21 | 0 | 31 | 0 | 64 | 64 | 4B |
| Octal | 254 | 377 | 201 | 41 | 0 | 61 | 0 | 144 | 144 | 113 |
| Binary | 10101100 | 11111111 | 10000001 | 100001 | 0 | 110001 | 0 | 1100100 | 1100100 | 1001011 |
Color Harmonies of #ACFF81
Complementary color
Monochromatic Colors of #ACFF81
Black with #ACFF81
Text Example
Text Example
White with #ACFF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF81; }
p { color: rgb(172,255,129); }
H1.HeaderClassName
{
color: #ACFF81;
}
.AnyTagClassName
{
color: #ACFF81;
}
</style>
background-color css
<style>
a { background-color: #ACFF81; }
a { background-color: rgb(172,255,129); }
div.DivClassName
{
background-color: #ACFF81;
}
.BgClassName
{
background-color: #ACFF81;
}
</style>
border-color css
<style>
span { border-color: #ACFF81; }
span { border-color: rgb(172,255,129); }
td.TdClassName
{
border-color: #ACFF81;
}
.TagClassName
{
border-color: #ACFF81;
}
</style>