Shades of Feijoa #ACF482
Tints of Feijoa #ACF482
RGB
CMYK
RGB Variations
Color information
#ACF482 (or 0xACF482) is known color: Feijoa. HEX triplet: AC, F4 and 82. RGB value is (172,244,130). Sum of RGB (Red+Green+Blue) = 172+244+130=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF482 is #530B7D. Grayscale: #D1D1D1. Windows color (decimal): -5442430 or 8582316. OLE color: 8582316.
HSL color Cylindrical-coordinate representation of color #ACF482: hue angle of 97.89º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF482 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 130 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.04 |
| HSL | 97.89º | 0.84% | 0.73% | - |
| HSV(B) | 97.89º | 0.47% | 0.96% | - |
| XYZ | 53.39 | 75.08 | 32.8 | - |
| YUV | 209.48 | 83.15 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 130 | 0.30 | 0 | 0.47 | 0.04 | 97.89 | 0.84 | 0.73 |
| Hex | AC | F4 | 82 | 1E | 0 | 2F | 4 | 62 | 54 | 49 |
| Octal | 254 | 364 | 202 | 36 | 0 | 57 | 4 | 142 | 124 | 111 |
| Binary | 10101100 | 11110100 | 10000010 | 11110 | 0 | 101111 | 100 | 1100010 | 1010100 | 1001001 |
Color Harmonies of #ACF482
Complementary color
Monochromatic Colors of #ACF482
Black with #ACF482
Text Example
Text Example
White with #ACF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF482; }
p { color: rgb(172,244,130); }
H1.HeaderClassName
{
color: #ACF482;
}
.AnyTagClassName
{
color: #ACF482;
}
</style>
background-color css
<style>
a { background-color: #ACF482; }
a { background-color: rgb(172,244,130); }
div.DivClassName
{
background-color: #ACF482;
}
.BgClassName
{
background-color: #ACF482;
}
</style>
border-color css
<style>
span { border-color: #ACF482; }
span { border-color: rgb(172,244,130); }
td.TdClassName
{
border-color: #ACF482;
}
.TagClassName
{
border-color: #ACF482;
}
</style>