Shades of Feijoa #A9D57F
Tints of Feijoa #A9D57F
RGB
CMYK
RGB Variations
Color information
#A9D57F (or 0xA9D57F) is known color: Feijoa. HEX triplet: A9, D5 and 7F. RGB value is (169,213,127). Sum of RGB (Red+Green+Blue) = 169+213+127=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D57F is #562A80. Grayscale: #BEBEBE. Windows color (decimal): -5646977 or 8377769. OLE color: 8377769.
HSL color Cylindrical-coordinate representation of color #A9D57F: hue angle of 90.7º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9D57F is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 127 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.16 |
| HSL | 90.7º | 0.51% | 0.67% | - |
| HSV(B) | 90.7º | 0.4% | 0.84% | - |
| XYZ | 43.99 | 57.56 | 28.87 | - |
| YUV | 190.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 127 | 0.21 | 0 | 0.40 | 0.16 | 90.7 | 0.51 | 0.67 |
| Hex | A9 | D5 | 7F | 15 | 0 | 28 | 10 | 5B | 33 | 43 |
| Octal | 251 | 325 | 177 | 25 | 0 | 50 | 20 | 133 | 63 | 103 |
| Binary | 10101001 | 11010101 | 1111111 | 10101 | 0 | 101000 | 10000 | 1011011 | 110011 | 1000011 |
Color Harmonies of #A9D57F
Complementary color
Monochromatic Colors of #A9D57F
Black with #A9D57F
Text Example
Text Example
White with #A9D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D57F; }
p { color: rgb(169,213,127); }
H1.HeaderClassName
{
color: #A9D57F;
}
.AnyTagClassName
{
color: #A9D57F;
}
</style>
background-color css
<style>
a { background-color: #A9D57F; }
a { background-color: rgb(169,213,127); }
div.DivClassName
{
background-color: #A9D57F;
}
.BgClassName
{
background-color: #A9D57F;
}
</style>
border-color css
<style>
span { border-color: #A9D57F; }
span { border-color: rgb(169,213,127); }
td.TdClassName
{
border-color: #A9D57F;
}
.TagClassName
{
border-color: #A9D57F;
}
</style>