Shades of Feijoa #A9D27F
Tints of Feijoa #A9D27F
RGB
CMYK
RGB Variations
Color information
#A9D27F (or 0xA9D27F) is known color: Feijoa. HEX triplet: A9, D2 and 7F. RGB value is (169,210,127). Sum of RGB (Red+Green+Blue) = 169+210+127=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D27F is #562D80. Grayscale: #BCBCBC. Windows color (decimal): -5647745 or 8377001. OLE color: 8377001.
HSL color Cylindrical-coordinate representation of color #A9D27F: hue angle of 89.64º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9D27F is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 127 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.18 |
| HSL | 89.64º | 0.48% | 0.66% | - |
| HSV(B) | 89.64º | 0.4% | 0.82% | - |
| XYZ | 43.24 | 56.06 | 28.62 | - |
| YUV | 188.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 127 | 0.20 | 0 | 0.40 | 0.18 | 89.64 | 0.48 | 0.66 |
| Hex | A9 | D2 | 7F | 14 | 0 | 28 | 12 | 5A | 30 | 42 |
| Octal | 251 | 322 | 177 | 24 | 0 | 50 | 22 | 132 | 60 | 102 |
| Binary | 10101001 | 11010010 | 1111111 | 10100 | 0 | 101000 | 10010 | 1011010 | 110000 | 1000010 |
Color Harmonies of #A9D27F
Complementary color
Monochromatic Colors of #A9D27F
Black with #A9D27F
Text Example
Text Example
White with #A9D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D27F; }
p { color: rgb(169,210,127); }
H1.HeaderClassName
{
color: #A9D27F;
}
.AnyTagClassName
{
color: #A9D27F;
}
</style>
background-color css
<style>
a { background-color: #A9D27F; }
a { background-color: rgb(169,210,127); }
div.DivClassName
{
background-color: #A9D27F;
}
.BgClassName
{
background-color: #A9D27F;
}
</style>
border-color css
<style>
span { border-color: #A9D27F; }
span { border-color: rgb(169,210,127); }
td.TdClassName
{
border-color: #A9D27F;
}
.TagClassName
{
border-color: #A9D27F;
}
</style>