Shades of Feijoa #A9F283
Tints of Feijoa #A9F283
RGB
CMYK
RGB Variations
Color information
#A9F283 (or 0xA9F283) is known color: Feijoa. HEX triplet: A9, F2 and 83. RGB value is (169,242,131). Sum of RGB (Red+Green+Blue) = 169+242+131=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F283 is #560D7C. Grayscale: #CFCFCF. Windows color (decimal): -5639549 or 8647337. OLE color: 8647337.
HSL color Cylindrical-coordinate representation of color #A9F283: hue angle of 99.46º degrees, saturation: 0.81, 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 #A9F283 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 131 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.05 |
| HSL | 99.46º | 0.81% | 0.73% | - |
| HSV(B) | 99.46º | 0.46% | 0.95% | - |
| XYZ | 52.21 | 73.58 | 32.92 | - |
| YUV | 207.52 | 84.82 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 131 | 0.30 | 0 | 0.46 | 0.05 | 99.46 | 0.81 | 0.73 |
| Hex | A9 | F2 | 83 | 1E | 0 | 2E | 5 | 63 | 51 | 49 |
| Octal | 251 | 362 | 203 | 36 | 0 | 56 | 5 | 143 | 121 | 111 |
| Binary | 10101001 | 11110010 | 10000011 | 11110 | 0 | 101110 | 101 | 1100011 | 1010001 | 1001001 |
Color Harmonies of #A9F283
Complementary color
Monochromatic Colors of #A9F283
Black with #A9F283
Text Example
Text Example
White with #A9F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F283; }
p { color: rgb(169,242,131); }
H1.HeaderClassName
{
color: #A9F283;
}
.AnyTagClassName
{
color: #A9F283;
}
</style>
background-color css
<style>
a { background-color: #A9F283; }
a { background-color: rgb(169,242,131); }
div.DivClassName
{
background-color: #A9F283;
}
.BgClassName
{
background-color: #A9F283;
}
</style>
border-color css
<style>
span { border-color: #A9F283; }
span { border-color: rgb(169,242,131); }
td.TdClassName
{
border-color: #A9F283;
}
.TagClassName
{
border-color: #A9F283;
}
</style>