Shades of Feijoa #A9DF83
Tints of Feijoa #A9DF83
RGB
CMYK
RGB Variations
Color information
#A9DF83 (or 0xA9DF83) is known color: Feijoa. HEX triplet: A9, DF and 83. RGB value is (169,223,131). Sum of RGB (Red+Green+Blue) = 169+223+131=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DF83 is #56207C. Grayscale: #C4C4C4. Windows color (decimal): -5644413 or 8642473. OLE color: 8642473.
HSL color Cylindrical-coordinate representation of color #A9DF83: hue angle of 95.22º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9DF83 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 131 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.13 |
| HSL | 95.22º | 0.59% | 0.69% | - |
| HSV(B) | 95.22º | 0.41% | 0.87% | - |
| XYZ | 46.85 | 62.85 | 31.13 | - |
| YUV | 196.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 131 | 0.24 | 0 | 0.41 | 0.13 | 95.22 | 0.59 | 0.69 |
| Hex | A9 | DF | 83 | 18 | 0 | 29 | D | 5F | 3B | 45 |
| Octal | 251 | 337 | 203 | 30 | 0 | 51 | 15 | 137 | 73 | 105 |
| Binary | 10101001 | 11011111 | 10000011 | 11000 | 0 | 101001 | 1101 | 1011111 | 111011 | 1000101 |
Color Harmonies of #A9DF83
Complementary color
Monochromatic Colors of #A9DF83
Black with #A9DF83
Text Example
Text Example
White with #A9DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF83; }
p { color: rgb(169,223,131); }
H1.HeaderClassName
{
color: #A9DF83;
}
.AnyTagClassName
{
color: #A9DF83;
}
</style>
background-color css
<style>
a { background-color: #A9DF83; }
a { background-color: rgb(169,223,131); }
div.DivClassName
{
background-color: #A9DF83;
}
.BgClassName
{
background-color: #A9DF83;
}
</style>
border-color css
<style>
span { border-color: #A9DF83; }
span { border-color: rgb(169,223,131); }
td.TdClassName
{
border-color: #A9DF83;
}
.TagClassName
{
border-color: #A9DF83;
}
</style>