Shades of Feijoa #ACFC85
Tints of Feijoa #ACFC85
RGB
CMYK
RGB Variations
Color information
#ACFC85 (or 0xACFC85) is known color: Feijoa. HEX triplet: AC, FC and 85. RGB value is (172,252,133). Sum of RGB (Red+Green+Blue) = 172+252+133=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC85 is #53037A. Grayscale: #D6D6D6. Windows color (decimal): -5440379 or 8780972. OLE color: 8780972.
HSL color Cylindrical-coordinate representation of color #ACFC85: hue angle of 100.34º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACFC85 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 133 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.01 |
| HSL | 100.34º | 0.95% | 0.75% | - |
| HSV(B) | 100.34º | 0.47% | 0.99% | - |
| XYZ | 56.06 | 80.08 | 34.69 | - |
| YUV | 214.51 | 82 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 133 | 0.32 | 0 | 0.47 | 0.01 | 100.34 | 0.95 | 0.75 |
| Hex | AC | FC | 85 | 20 | 0 | 2F | 1 | 64 | 5F | 4B |
| Octal | 254 | 374 | 205 | 40 | 0 | 57 | 1 | 144 | 137 | 113 |
| Binary | 10101100 | 11111100 | 10000101 | 100000 | 0 | 101111 | 1 | 1100100 | 1011111 | 1001011 |
Color Harmonies of #ACFC85
Complementary color
Monochromatic Colors of #ACFC85
Black with #ACFC85
Text Example
Text Example
White with #ACFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC85; }
p { color: rgb(172,252,133); }
H1.HeaderClassName
{
color: #ACFC85;
}
.AnyTagClassName
{
color: #ACFC85;
}
</style>
background-color css
<style>
a { background-color: #ACFC85; }
a { background-color: rgb(172,252,133); }
div.DivClassName
{
background-color: #ACFC85;
}
.BgClassName
{
background-color: #ACFC85;
}
</style>
border-color css
<style>
span { border-color: #ACFC85; }
span { border-color: rgb(172,252,133); }
td.TdClassName
{
border-color: #ACFC85;
}
.TagClassName
{
border-color: #ACFC85;
}
</style>