Shades of Feijoa #ACFC81
Tints of Feijoa #ACFC81
RGB
CMYK
RGB Variations
Color information
#ACFC81 (or 0xACFC81) is known color: Feijoa. HEX triplet: AC, FC and 81. RGB value is (172,252,129). Sum of RGB (Red+Green+Blue) = 172+252+129=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC81 is #53037E. Grayscale: #D6D6D6. Windows color (decimal): -5440383 or 8518828. OLE color: 8518828.
HSL color Cylindrical-coordinate representation of color #ACFC81: hue angle of 99.02º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACFC81 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 129 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.01 |
| HSL | 99.02º | 0.95% | 0.75% | - |
| HSV(B) | 99.02º | 0.49% | 0.99% | - |
| XYZ | 55.79 | 79.98 | 33.27 | - |
| YUV | 214.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 129 | 0.32 | 0 | 0.49 | 0.01 | 99.02 | 0.95 | 0.75 |
| Hex | AC | FC | 81 | 20 | 0 | 31 | 1 | 63 | 5F | 4B |
| Octal | 254 | 374 | 201 | 40 | 0 | 61 | 1 | 143 | 137 | 113 |
| Binary | 10101100 | 11111100 | 10000001 | 100000 | 0 | 110001 | 1 | 1100011 | 1011111 | 1001011 |
Color Harmonies of #ACFC81
Complementary color
Monochromatic Colors of #ACFC81
Black with #ACFC81
Text Example
Text Example
White with #ACFC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC81; }
p { color: rgb(172,252,129); }
H1.HeaderClassName
{
color: #ACFC81;
}
.AnyTagClassName
{
color: #ACFC81;
}
</style>
background-color css
<style>
a { background-color: #ACFC81; }
a { background-color: rgb(172,252,129); }
div.DivClassName
{
background-color: #ACFC81;
}
.BgClassName
{
background-color: #ACFC81;
}
</style>
border-color css
<style>
span { border-color: #ACFC81; }
span { border-color: rgb(172,252,129); }
td.TdClassName
{
border-color: #ACFC81;
}
.TagClassName
{
border-color: #ACFC81;
}
</style>