Shades of Feijoa #A9F27C
Tints of Feijoa #A9F27C
RGB
CMYK
RGB Variations
Color information
#A9F27C (or 0xA9F27C) is known color: Feijoa. HEX triplet: A9, F2 and 7C. RGB value is (169,242,124). Sum of RGB (Red+Green+Blue) = 169+242+124=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F27C is #560D83. Grayscale: #CFCFCF. Windows color (decimal): -5639556 or 8188585. OLE color: 8188585.
HSL color Cylindrical-coordinate representation of color #A9F27C: hue angle of 97.12º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9F27C is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 124 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.05 |
| HSL | 97.12º | 0.82% | 0.72% | - |
| HSV(B) | 97.12º | 0.49% | 0.95% | - |
| XYZ | 51.75 | 73.39 | 30.51 | - |
| YUV | 206.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 124 | 0.30 | 0 | 0.49 | 0.05 | 97.12 | 0.82 | 0.72 |
| Hex | A9 | F2 | 7C | 1E | 0 | 31 | 5 | 61 | 52 | 48 |
| Octal | 251 | 362 | 174 | 36 | 0 | 61 | 5 | 141 | 122 | 110 |
| Binary | 10101001 | 11110010 | 1111100 | 11110 | 0 | 110001 | 101 | 1100001 | 1010010 | 1001000 |
Color Harmonies of #A9F27C
Complementary color
Monochromatic Colors of #A9F27C
Black with #A9F27C
Text Example
Text Example
White with #A9F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F27C; }
p { color: rgb(169,242,124); }
H1.HeaderClassName
{
color: #A9F27C;
}
.AnyTagClassName
{
color: #A9F27C;
}
</style>
background-color css
<style>
a { background-color: #A9F27C; }
a { background-color: rgb(169,242,124); }
div.DivClassName
{
background-color: #A9F27C;
}
.BgClassName
{
background-color: #A9F27C;
}
</style>
border-color css
<style>
span { border-color: #A9F27C; }
span { border-color: rgb(169,242,124); }
td.TdClassName
{
border-color: #A9F27C;
}
.TagClassName
{
border-color: #A9F27C;
}
</style>