Shades of Feijoa #AAF980
Tints of Feijoa #AAF980
RGB
CMYK
RGB Variations
Color information
#AAF980 (or 0xAAF980) is known color: Feijoa. HEX triplet: AA, F9 and 80. RGB value is (170,249,128). Sum of RGB (Red+Green+Blue) = 170+249+128=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF980 is #55067F. Grayscale: #D3D3D3. Windows color (decimal): -5572224 or 8452522. OLE color: 8452522.
HSL color Cylindrical-coordinate representation of color #AAF980: hue angle of 99.17º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF980 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 128 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.02 |
| HSL | 99.17º | 0.91% | 0.74% | - |
| HSV(B) | 99.17º | 0.49% | 0.98% | - |
| XYZ | 54.35 | 77.86 | 32.59 | - |
| YUV | 211.59 | 80.83 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 128 | 0.32 | 0 | 0.49 | 0.02 | 99.17 | 0.91 | 0.74 |
| Hex | AA | F9 | 80 | 20 | 0 | 31 | 2 | 63 | 5B | 4A |
| Octal | 252 | 371 | 200 | 40 | 0 | 61 | 2 | 143 | 133 | 112 |
| Binary | 10101010 | 11111001 | 10000000 | 100000 | 0 | 110001 | 10 | 1100011 | 1011011 | 1001010 |
Color Harmonies of #AAF980
Complementary color
Monochromatic Colors of #AAF980
Black with #AAF980
Text Example
Text Example
White with #AAF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF980; }
p { color: rgb(170,249,128); }
H1.HeaderClassName
{
color: #AAF980;
}
.AnyTagClassName
{
color: #AAF980;
}
</style>
background-color css
<style>
a { background-color: #AAF980; }
a { background-color: rgb(170,249,128); }
div.DivClassName
{
background-color: #AAF980;
}
.BgClassName
{
background-color: #AAF980;
}
</style>
border-color css
<style>
span { border-color: #AAF980; }
span { border-color: rgb(170,249,128); }
td.TdClassName
{
border-color: #AAF980;
}
.TagClassName
{
border-color: #AAF980;
}
</style>