Shades of Feijoa #ACF983
Tints of Feijoa #ACF983
RGB
CMYK
RGB Variations
Color information
#ACF983 (or 0xACF983) is known color: Feijoa. HEX triplet: AC, F9 and 83. RGB value is (172,249,131). Sum of RGB (Red+Green+Blue) = 172+249+131=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF983 is #53067C. Grayscale: #D4D4D4. Windows color (decimal): -5441149 or 8649132. OLE color: 8649132.
HSL color Cylindrical-coordinate representation of color #ACF983: hue angle of 99.15º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF983 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 131 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.02 |
| HSL | 99.15º | 0.91% | 0.75% | - |
| HSV(B) | 99.15º | 0.47% | 0.98% | - |
| XYZ | 54.99 | 78.16 | 33.66 | - |
| YUV | 212.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 131 | 0.31 | 0 | 0.47 | 0.02 | 99.15 | 0.91 | 0.75 |
| Hex | AC | F9 | 83 | 1F | 0 | 2F | 2 | 63 | 5B | 4B |
| Octal | 254 | 371 | 203 | 37 | 0 | 57 | 2 | 143 | 133 | 113 |
| Binary | 10101100 | 11111001 | 10000011 | 11111 | 0 | 101111 | 10 | 1100011 | 1011011 | 1001011 |
Color Harmonies of #ACF983
Complementary color
Monochromatic Colors of #ACF983
Black with #ACF983
Text Example
Text Example
White with #ACF983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF983; }
p { color: rgb(172,249,131); }
H1.HeaderClassName
{
color: #ACF983;
}
.AnyTagClassName
{
color: #ACF983;
}
</style>
background-color css
<style>
a { background-color: #ACF983; }
a { background-color: rgb(172,249,131); }
div.DivClassName
{
background-color: #ACF983;
}
.BgClassName
{
background-color: #ACF983;
}
</style>
border-color css
<style>
span { border-color: #ACF983; }
span { border-color: rgb(172,249,131); }
td.TdClassName
{
border-color: #ACF983;
}
.TagClassName
{
border-color: #ACF983;
}
</style>