Shades of Feijoa #ACF480
Tints of Feijoa #ACF480
RGB
CMYK
RGB Variations
Color information
#ACF480 (or 0xACF480) is known color: Feijoa. HEX triplet: AC, F4 and 80. RGB value is (172,244,128). Sum of RGB (Red+Green+Blue) = 172+244+128=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF480 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF480 is #530B7F. Grayscale: #D1D1D1. Windows color (decimal): -5442432 or 8451244. OLE color: 8451244.
HSL color Cylindrical-coordinate representation of color #ACF480: hue angle of 97.24º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF480 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 128 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.04 |
| HSL | 97.24º | 0.84% | 0.73% | - |
| HSV(B) | 97.24º | 0.48% | 0.96% | - |
| XYZ | 53.26 | 75.03 | 32.1 | - |
| YUV | 209.25 | 82.15 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 128 | 0.30 | 0 | 0.48 | 0.04 | 97.24 | 0.84 | 0.73 |
| Hex | AC | F4 | 80 | 1E | 0 | 30 | 4 | 61 | 54 | 49 |
| Octal | 254 | 364 | 200 | 36 | 0 | 60 | 4 | 141 | 124 | 111 |
| Binary | 10101100 | 11110100 | 10000000 | 11110 | 0 | 110000 | 100 | 1100001 | 1010100 | 1001001 |
Color Harmonies of #ACF480
Complementary color
Monochromatic Colors of #ACF480
Black with #ACF480
Text Example
Text Example
White with #ACF480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF480; }
p { color: rgb(172,244,128); }
H1.HeaderClassName
{
color: #ACF480;
}
.AnyTagClassName
{
color: #ACF480;
}
</style>
background-color css
<style>
a { background-color: #ACF480; }
a { background-color: rgb(172,244,128); }
div.DivClassName
{
background-color: #ACF480;
}
.BgClassName
{
background-color: #ACF480;
}
</style>
border-color css
<style>
span { border-color: #ACF480; }
span { border-color: rgb(172,244,128); }
td.TdClassName
{
border-color: #ACF480;
}
.TagClassName
{
border-color: #ACF480;
}
</style>