Shades of Feijoa #AAFF78
Tints of Feijoa #AAFF78
RGB
CMYK
RGB Variations
Color information
#AAFF78 (or 0xAAFF78) is known color: Feijoa. HEX triplet: AA, FF and 78. RGB value is (170,255,120). Sum of RGB (Red+Green+Blue) = 170+255+120=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF78 is #550087. Grayscale: #D6D6D6. Windows color (decimal): -5570696 or 7929770. OLE color: 7929770.
HSL color Cylindrical-coordinate representation of color #AAFF78: hue angle of 97.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAFF78 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 120 | - |
| CMYK | 0.33 | 0 | 0.53 | 0 |
| HSL | 97.78º | 1% | 0.74% | - |
| HSV(B) | 97.78º | 0.53% | 1% | - |
| XYZ | 55.73 | 81.42 | 30.55 | - |
| YUV | 214.2 | 74.84 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 120 | 0.33 | 0 | 0.53 | 0 | 97.78 | 1 | 0.74 |
| Hex | AA | FF | 78 | 21 | 0 | 35 | 0 | 62 | 64 | 4A |
| Octal | 252 | 377 | 170 | 41 | 0 | 65 | 0 | 142 | 144 | 112 |
| Binary | 10101010 | 11111111 | 1111000 | 100001 | 0 | 110101 | 0 | 1100010 | 1100100 | 1001010 |
Color Harmonies of #AAFF78
Complementary color
Monochromatic Colors of #AAFF78
Black with #AAFF78
Text Example
Text Example
White with #AAFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF78; }
p { color: rgb(170,255,120); }
H1.HeaderClassName
{
color: #AAFF78;
}
.AnyTagClassName
{
color: #AAFF78;
}
</style>
background-color css
<style>
a { background-color: #AAFF78; }
a { background-color: rgb(170,255,120); }
div.DivClassName
{
background-color: #AAFF78;
}
.BgClassName
{
background-color: #AAFF78;
}
</style>
border-color css
<style>
span { border-color: #AAFF78; }
span { border-color: rgb(170,255,120); }
td.TdClassName
{
border-color: #AAFF78;
}
.TagClassName
{
border-color: #AAFF78;
}
</style>