Shades of Feijoa #ACF982
Tints of Feijoa #ACF982
RGB
CMYK
RGB Variations
Color information
#ACF982 (or 0xACF982) is known color: Feijoa. HEX triplet: AC, F9 and 82. RGB value is (172,249,130). Sum of RGB (Red+Green+Blue) = 172+249+130=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF982 is #53067D. Grayscale: #D4D4D4. Windows color (decimal): -5441150 or 8583596. OLE color: 8583596.
HSL color Cylindrical-coordinate representation of color #ACF982: hue angle of 98.82º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF982 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 130 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.02 |
| HSL | 98.82º | 0.91% | 0.74% | - |
| HSV(B) | 98.82º | 0.48% | 0.98% | - |
| XYZ | 54.92 | 78.13 | 33.31 | - |
| YUV | 212.41 | 81.49 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 130 | 0.31 | 0 | 0.48 | 0.02 | 98.82 | 0.91 | 0.74 |
| Hex | AC | F9 | 82 | 1F | 0 | 30 | 2 | 63 | 5B | 4A |
| Octal | 254 | 371 | 202 | 37 | 0 | 60 | 2 | 143 | 133 | 112 |
| Binary | 10101100 | 11111001 | 10000010 | 11111 | 0 | 110000 | 10 | 1100011 | 1011011 | 1001010 |
Color Harmonies of #ACF982
Complementary color
Monochromatic Colors of #ACF982
Black with #ACF982
Text Example
Text Example
White with #ACF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF982; }
p { color: rgb(172,249,130); }
H1.HeaderClassName
{
color: #ACF982;
}
.AnyTagClassName
{
color: #ACF982;
}
</style>
background-color css
<style>
a { background-color: #ACF982; }
a { background-color: rgb(172,249,130); }
div.DivClassName
{
background-color: #ACF982;
}
.BgClassName
{
background-color: #ACF982;
}
</style>
border-color css
<style>
span { border-color: #ACF982; }
span { border-color: rgb(172,249,130); }
td.TdClassName
{
border-color: #ACF982;
}
.TagClassName
{
border-color: #ACF982;
}
</style>