Shades of Feijoa #ACF183
Tints of Feijoa #ACF183
RGB
CMYK
RGB Variations
Color information
#ACF183 (or 0xACF183) is known color: Feijoa. HEX triplet: AC, F1 and 83. RGB value is (172,241,131). Sum of RGB (Red+Green+Blue) = 172+241+131=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF183 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF183 is #530E7C. Grayscale: #D0D0D0. Windows color (decimal): -5443197 or 8647084. OLE color: 8647084.
HSL color Cylindrical-coordinate representation of color #ACF183: hue angle of 97.64º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF183 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 131 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.05 |
| HSL | 97.64º | 0.8% | 0.73% | - |
| HSV(B) | 97.64º | 0.46% | 0.95% | - |
| XYZ | 52.57 | 73.32 | 32.85 | - |
| YUV | 207.83 | 84.64 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 131 | 0.29 | 0 | 0.46 | 0.05 | 97.64 | 0.8 | 0.73 |
| Hex | AC | F1 | 83 | 1D | 0 | 2E | 5 | 62 | 50 | 49 |
| Octal | 254 | 361 | 203 | 35 | 0 | 56 | 5 | 142 | 120 | 111 |
| Binary | 10101100 | 11110001 | 10000011 | 11101 | 0 | 101110 | 101 | 1100010 | 1010000 | 1001001 |
Color Harmonies of #ACF183
Complementary color
Monochromatic Colors of #ACF183
Black with #ACF183
Text Example
Text Example
White with #ACF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF183; }
p { color: rgb(172,241,131); }
H1.HeaderClassName
{
color: #ACF183;
}
.AnyTagClassName
{
color: #ACF183;
}
</style>
background-color css
<style>
a { background-color: #ACF183; }
a { background-color: rgb(172,241,131); }
div.DivClassName
{
background-color: #ACF183;
}
.BgClassName
{
background-color: #ACF183;
}
</style>
border-color css
<style>
span { border-color: #ACF183; }
span { border-color: rgb(172,241,131); }
td.TdClassName
{
border-color: #ACF183;
}
.TagClassName
{
border-color: #ACF183;
}
</style>