Shades of Feijoa #A9E57D
Tints of Feijoa #A9E57D
RGB
CMYK
RGB Variations
Color information
#A9E57D (or 0xA9E57D) is known color: Feijoa. HEX triplet: A9, E5 and 7D. RGB value is (169,229,125). Sum of RGB (Red+Green+Blue) = 169+229+125=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E57D is #561A82. Grayscale: #C7C7C7. Windows color (decimal): -5642883 or 8250793. OLE color: 8250793.
HSL color Cylindrical-coordinate representation of color #A9E57D: hue angle of 94.62º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9E57D is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 229 | 125 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.10 |
| HSL | 94.62º | 0.67% | 0.69% | - |
| HSV(B) | 94.62º | 0.45% | 0.9% | - |
| XYZ | 48.08 | 65.95 | 29.6 | - |
| YUV | 199.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 229 | 125 | 0.26 | 0 | 0.45 | 0.10 | 94.62 | 0.67 | 0.69 |
| Hex | A9 | E5 | 7D | 1A | 0 | 2D | A | 5F | 43 | 45 |
| Octal | 251 | 345 | 175 | 32 | 0 | 55 | 12 | 137 | 103 | 105 |
| Binary | 10101001 | 11100101 | 1111101 | 11010 | 0 | 101101 | 1010 | 1011111 | 1000011 | 1000101 |
Color Harmonies of #A9E57D
Complementary color
Monochromatic Colors of #A9E57D
Black with #A9E57D
Text Example
Text Example
White with #A9E57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E57D; }
p { color: rgb(169,229,125); }
H1.HeaderClassName
{
color: #A9E57D;
}
.AnyTagClassName
{
color: #A9E57D;
}
</style>
background-color css
<style>
a { background-color: #A9E57D; }
a { background-color: rgb(169,229,125); }
div.DivClassName
{
background-color: #A9E57D;
}
.BgClassName
{
background-color: #A9E57D;
}
</style>
border-color css
<style>
span { border-color: #A9E57D; }
span { border-color: rgb(169,229,125); }
td.TdClassName
{
border-color: #A9E57D;
}
.TagClassName
{
border-color: #A9E57D;
}
</style>