Shades of Feijoa #A9E17D
Tints of Feijoa #A9E17D
RGB
CMYK
RGB Variations
Color information
#A9E17D (or 0xA9E17D) is known color: Feijoa. HEX triplet: A9, E1 and 7D. RGB value is (169,225,125). Sum of RGB (Red+Green+Blue) = 169+225+125=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E17D is #561E82. Grayscale: #C5C5C5. Windows color (decimal): -5643907 or 8249769. OLE color: 8249769.
HSL color Cylindrical-coordinate representation of color #A9E17D: hue angle of 93.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9E17D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 225 | 125 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.12 |
| HSL | 93.6º | 0.63% | 0.69% | - |
| HSV(B) | 93.6º | 0.44% | 0.88% | - |
| XYZ | 46.99 | 63.77 | 29.23 | - |
| YUV | 196.86 | 87.45 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 225 | 125 | 0.25 | 0 | 0.44 | 0.12 | 93.6 | 0.63 | 0.69 |
| Hex | A9 | E1 | 7D | 19 | 0 | 2C | C | 5E | 3E | 45 |
| Octal | 251 | 341 | 175 | 31 | 0 | 54 | 14 | 136 | 76 | 105 |
| Binary | 10101001 | 11100001 | 1111101 | 11001 | 0 | 101100 | 1100 | 1011110 | 111110 | 1000101 |
Color Harmonies of #A9E17D
Complementary color
Monochromatic Colors of #A9E17D
Black with #A9E17D
Text Example
Text Example
White with #A9E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E17D; }
p { color: rgb(169,225,125); }
H1.HeaderClassName
{
color: #A9E17D;
}
.AnyTagClassName
{
color: #A9E17D;
}
</style>
background-color css
<style>
a { background-color: #A9E17D; }
a { background-color: rgb(169,225,125); }
div.DivClassName
{
background-color: #A9E17D;
}
.BgClassName
{
background-color: #A9E17D;
}
</style>
border-color css
<style>
span { border-color: #A9E17D; }
span { border-color: rgb(169,225,125); }
td.TdClassName
{
border-color: #A9E17D;
}
.TagClassName
{
border-color: #A9E17D;
}
</style>