Shades of Feijoa #ACF082
Tints of Feijoa #ACF082
RGB
CMYK
RGB Variations
Color information
#ACF082 (or 0xACF082) is known color: Feijoa. HEX triplet: AC, F0 and 82. RGB value is (172,240,130). Sum of RGB (Red+Green+Blue) = 172+240+130=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF082 is #530F7D. Grayscale: #CFCFCF. Windows color (decimal): -5443454 or 8581292. OLE color: 8581292.
HSL color Cylindrical-coordinate representation of color #ACF082: hue angle of 97.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF082 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 130 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.06 |
| HSL | 97.09º | 0.79% | 0.73% | - |
| HSV(B) | 97.09º | 0.46% | 0.94% | - |
| XYZ | 52.2 | 72.7 | 32.4 | - |
| YUV | 207.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 130 | 0.28 | 0 | 0.46 | 0.06 | 97.09 | 0.79 | 0.73 |
| Hex | AC | F0 | 82 | 1C | 0 | 2E | 6 | 61 | 4F | 49 |
| Octal | 254 | 360 | 202 | 34 | 0 | 56 | 6 | 141 | 117 | 111 |
| Binary | 10101100 | 11110000 | 10000010 | 11100 | 0 | 101110 | 110 | 1100001 | 1001111 | 1001001 |
Color Harmonies of #ACF082
Complementary color
Monochromatic Colors of #ACF082
Black with #ACF082
Text Example
Text Example
White with #ACF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF082; }
p { color: rgb(172,240,130); }
H1.HeaderClassName
{
color: #ACF082;
}
.AnyTagClassName
{
color: #ACF082;
}
</style>
background-color css
<style>
a { background-color: #ACF082; }
a { background-color: rgb(172,240,130); }
div.DivClassName
{
background-color: #ACF082;
}
.BgClassName
{
background-color: #ACF082;
}
</style>
border-color css
<style>
span { border-color: #ACF082; }
span { border-color: rgb(172,240,130); }
td.TdClassName
{
border-color: #ACF082;
}
.TagClassName
{
border-color: #ACF082;
}
</style>