Shades of Feijoa #ACF483
Tints of Feijoa #ACF483
RGB
CMYK
RGB Variations
Color information
#ACF483 (or 0xACF483) is known color: Feijoa. HEX triplet: AC, F4 and 83. RGB value is (172,244,131). Sum of RGB (Red+Green+Blue) = 172+244+131=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF483 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF483 is #530B7C. Grayscale: #D1D1D1. Windows color (decimal): -5442429 or 8647852. OLE color: 8647852.
HSL color Cylindrical-coordinate representation of color #ACF483: hue angle of 98.23º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF483 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 131 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.04 |
| HSL | 98.23º | 0.84% | 0.74% | - |
| HSV(B) | 98.23º | 0.46% | 0.96% | - |
| XYZ | 53.46 | 75.11 | 33.15 | - |
| YUV | 209.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 131 | 0.30 | 0 | 0.46 | 0.04 | 98.23 | 0.84 | 0.74 |
| Hex | AC | F4 | 83 | 1E | 0 | 2E | 4 | 62 | 54 | 4A |
| Octal | 254 | 364 | 203 | 36 | 0 | 56 | 4 | 142 | 124 | 112 |
| Binary | 10101100 | 11110100 | 10000011 | 11110 | 0 | 101110 | 100 | 1100010 | 1010100 | 1001010 |
Color Harmonies of #ACF483
Complementary color
Monochromatic Colors of #ACF483
Black with #ACF483
Text Example
Text Example
White with #ACF483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF483; }
p { color: rgb(172,244,131); }
H1.HeaderClassName
{
color: #ACF483;
}
.AnyTagClassName
{
color: #ACF483;
}
</style>
background-color css
<style>
a { background-color: #ACF483; }
a { background-color: rgb(172,244,131); }
div.DivClassName
{
background-color: #ACF483;
}
.BgClassName
{
background-color: #ACF483;
}
</style>
border-color css
<style>
span { border-color: #ACF483; }
span { border-color: rgb(172,244,131); }
td.TdClassName
{
border-color: #ACF483;
}
.TagClassName
{
border-color: #ACF483;
}
</style>