Shades of Feijoa #ACDA83
Tints of Feijoa #ACDA83
RGB
CMYK
RGB Variations
Color information
#ACDA83 (or 0xACDA83) is known color: Feijoa. HEX triplet: AC, DA and 83. RGB value is (172,218,131). Sum of RGB (Red+Green+Blue) = 172+218+131=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA83 is #53257C. Grayscale: #C2C2C2. Windows color (decimal): -5449085 or 8641196. OLE color: 8641196.
HSL color Cylindrical-coordinate representation of color #ACDA83: hue angle of 91.72º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACDA83 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 131 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.15 |
| HSL | 91.72º | 0.54% | 0.68% | - |
| HSV(B) | 91.72º | 0.4% | 0.85% | - |
| XYZ | 46.18 | 60.55 | 30.73 | - |
| YUV | 194.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 131 | 0.21 | 0 | 0.40 | 0.15 | 91.72 | 0.54 | 0.68 |
| Hex | AC | DA | 83 | 15 | 0 | 28 | F | 5C | 36 | 44 |
| Octal | 254 | 332 | 203 | 25 | 0 | 50 | 17 | 134 | 66 | 104 |
| Binary | 10101100 | 11011010 | 10000011 | 10101 | 0 | 101000 | 1111 | 1011100 | 110110 | 1000100 |
Color Harmonies of #ACDA83
Complementary color
Monochromatic Colors of #ACDA83
Black with #ACDA83
Text Example
Text Example
White with #ACDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA83; }
p { color: rgb(172,218,131); }
H1.HeaderClassName
{
color: #ACDA83;
}
.AnyTagClassName
{
color: #ACDA83;
}
</style>
background-color css
<style>
a { background-color: #ACDA83; }
a { background-color: rgb(172,218,131); }
div.DivClassName
{
background-color: #ACDA83;
}
.BgClassName
{
background-color: #ACDA83;
}
</style>
border-color css
<style>
span { border-color: #ACDA83; }
span { border-color: rgb(172,218,131); }
td.TdClassName
{
border-color: #ACDA83;
}
.TagClassName
{
border-color: #ACDA83;
}
</style>