Shades of Feijoa #AAFF7B
Tints of Feijoa #AAFF7B
RGB
CMYK
RGB Variations
Color information
#AAFF7B (or 0xAAFF7B) is known color: Feijoa. HEX triplet: AA, FF and 7B. RGB value is (170,255,123). Sum of RGB (Red+Green+Blue) = 170+255+123=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF7B is #550084. Grayscale: #D6D6D6. Windows color (decimal): -5570693 or 8126378. OLE color: 8126378.
HSL color Cylindrical-coordinate representation of color #AAFF7B: hue angle of 98.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAFF7B is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 123 | - |
| CMYK | 0.33 | 0 | 0.52 | 0 |
| HSL | 98.64º | 1% | 0.74% | - |
| HSV(B) | 98.64º | 0.52% | 1% | - |
| XYZ | 55.91 | 81.5 | 31.52 | - |
| YUV | 214.54 | 76.34 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 123 | 0.33 | 0 | 0.52 | 0 | 98.64 | 1 | 0.74 |
| Hex | AA | FF | 7B | 21 | 0 | 34 | 0 | 63 | 64 | 4A |
| Octal | 252 | 377 | 173 | 41 | 0 | 64 | 0 | 143 | 144 | 112 |
| Binary | 10101010 | 11111111 | 1111011 | 100001 | 0 | 110100 | 0 | 1100011 | 1100100 | 1001010 |
Color Harmonies of #AAFF7B
Complementary color
Monochromatic Colors of #AAFF7B
Black with #AAFF7B
Text Example
Text Example
White with #AAFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF7B; }
p { color: rgb(170,255,123); }
H1.HeaderClassName
{
color: #AAFF7B;
}
.AnyTagClassName
{
color: #AAFF7B;
}
</style>
background-color css
<style>
a { background-color: #AAFF7B; }
a { background-color: rgb(170,255,123); }
div.DivClassName
{
background-color: #AAFF7B;
}
.BgClassName
{
background-color: #AAFF7B;
}
</style>
border-color css
<style>
span { border-color: #AAFF7B; }
span { border-color: rgb(170,255,123); }
td.TdClassName
{
border-color: #AAFF7B;
}
.TagClassName
{
border-color: #AAFF7B;
}
</style>