Shades of Feijoa #ACD783
Tints of Feijoa #ACD783
RGB
CMYK
RGB Variations
Color information
#ACD783 (or 0xACD783) is known color: Feijoa. HEX triplet: AC, D7 and 83. RGB value is (172,215,131). Sum of RGB (Red+Green+Blue) = 172+215+131=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD783 is #53287C. Grayscale: #C0C0C0. Windows color (decimal): -5449853 or 8640428. OLE color: 8640428.
HSL color Cylindrical-coordinate representation of color #ACD783: hue angle of 90.71º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACD783 is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 131 | - |
| CMYK | 0.2 | 0 | 0.39 | 0.16 |
| HSL | 90.71º | 0.51% | 0.68% | - |
| HSV(B) | 90.71º | 0.39% | 0.84% | - |
| XYZ | 45.41 | 59.01 | 30.47 | - |
| YUV | 192.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 131 | 0.2 | 0 | 0.39 | 0.16 | 90.71 | 0.51 | 0.68 |
| Hex | AC | D7 | 83 | 14 | 0 | 27 | 10 | 5B | 33 | 44 |
| Octal | 254 | 327 | 203 | 24 | 0 | 47 | 20 | 133 | 63 | 104 |
| Binary | 10101100 | 11010111 | 10000011 | 10100 | 0 | 100111 | 10000 | 1011011 | 110011 | 1000100 |
Color Harmonies of #ACD783
Complementary color
Monochromatic Colors of #ACD783
Black with #ACD783
Text Example
Text Example
White with #ACD783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD783; }
p { color: rgb(172,215,131); }
H1.HeaderClassName
{
color: #ACD783;
}
.AnyTagClassName
{
color: #ACD783;
}
</style>
background-color css
<style>
a { background-color: #ACD783; }
a { background-color: rgb(172,215,131); }
div.DivClassName
{
background-color: #ACD783;
}
.BgClassName
{
background-color: #ACD783;
}
</style>
border-color css
<style>
span { border-color: #ACD783; }
span { border-color: rgb(172,215,131); }
td.TdClassName
{
border-color: #ACD783;
}
.TagClassName
{
border-color: #ACD783;
}
</style>