Shades of Feijoa #A9F37A
Tints of Feijoa #A9F37A
RGB
CMYK
RGB Variations
Color information
#A9F37A (or 0xA9F37A) is known color: Feijoa. HEX triplet: A9, F3 and 7A. RGB value is (169,243,122). Sum of RGB (Red+Green+Blue) = 169+243+122=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F37A is #560C85. Grayscale: #CFCFCF. Windows color (decimal): -5639302 or 8057769. OLE color: 8057769.
HSL color Cylindrical-coordinate representation of color #A9F37A: hue angle of 96.69º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9F37A is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 243 | 122 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.05 |
| HSL | 96.69º | 0.83% | 0.72% | - |
| HSV(B) | 96.69º | 0.5% | 0.95% | - |
| XYZ | 51.93 | 73.94 | 29.95 | - |
| YUV | 207.08 | 79.98 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 243 | 122 | 0.30 | 0 | 0.50 | 0.05 | 96.69 | 0.83 | 0.72 |
| Hex | A9 | F3 | 7A | 1E | 0 | 32 | 5 | 61 | 53 | 48 |
| Octal | 251 | 363 | 172 | 36 | 0 | 62 | 5 | 141 | 123 | 110 |
| Binary | 10101001 | 11110011 | 1111010 | 11110 | 0 | 110010 | 101 | 1100001 | 1010011 | 1001000 |
Color Harmonies of #A9F37A
Complementary color
Monochromatic Colors of #A9F37A
Black with #A9F37A
Text Example
Text Example
White with #A9F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F37A; }
p { color: rgb(169,243,122); }
H1.HeaderClassName
{
color: #A9F37A;
}
.AnyTagClassName
{
color: #A9F37A;
}
</style>
background-color css
<style>
a { background-color: #A9F37A; }
a { background-color: rgb(169,243,122); }
div.DivClassName
{
background-color: #A9F37A;
}
.BgClassName
{
background-color: #A9F37A;
}
</style>
border-color css
<style>
span { border-color: #A9F37A; }
span { border-color: rgb(169,243,122); }
td.TdClassName
{
border-color: #A9F37A;
}
.TagClassName
{
border-color: #A9F37A;
}
</style>