Shades of Feijoa #A9FB83
Tints of Feijoa #A9FB83
RGB
CMYK
RGB Variations
Color information
#A9FB83 (or 0xA9FB83) is known color: Feijoa. HEX triplet: A9, FB and 83. RGB value is (169,251,131). Sum of RGB (Red+Green+Blue) = 169+251+131=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FB83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FB83 is #56047C. Grayscale: #D5D5D5. Windows color (decimal): -5637245 or 8649641. OLE color: 8649641.
HSL color Cylindrical-coordinate representation of color #A9FB83: hue angle of 101º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9FB83 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 131 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.02 |
| HSL | 101º | 0.94% | 0.75% | - |
| HSV(B) | 101º | 0.48% | 0.98% | - |
| XYZ | 54.96 | 79.07 | 33.84 | - |
| YUV | 212.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 131 | 0.33 | 0 | 0.48 | 0.02 | 101 | 0.94 | 0.75 |
| Hex | A9 | FB | 83 | 21 | 0 | 30 | 2 | 65 | 5E | 4B |
| Octal | 251 | 373 | 203 | 41 | 0 | 60 | 2 | 145 | 136 | 113 |
| Binary | 10101001 | 11111011 | 10000011 | 100001 | 0 | 110000 | 10 | 1100101 | 1011110 | 1001011 |
Color Harmonies of #A9FB83
Complementary color
Monochromatic Colors of #A9FB83
Black with #A9FB83
Text Example
Text Example
White with #A9FB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FB83; }
p { color: rgb(169,251,131); }
H1.HeaderClassName
{
color: #A9FB83;
}
.AnyTagClassName
{
color: #A9FB83;
}
</style>
background-color css
<style>
a { background-color: #A9FB83; }
a { background-color: rgb(169,251,131); }
div.DivClassName
{
background-color: #A9FB83;
}
.BgClassName
{
background-color: #A9FB83;
}
</style>
border-color css
<style>
span { border-color: #A9FB83; }
span { border-color: rgb(169,251,131); }
td.TdClassName
{
border-color: #A9FB83;
}
.TagClassName
{
border-color: #A9FB83;
}
</style>