Shades of Feijoa #AAFA74
Tints of Feijoa #AAFA74
RGB
CMYK
RGB Variations
Color information
#AAFA74 (or 0xAAFA74) is known color: Feijoa. HEX triplet: AA, FA and 74. RGB value is (170,250,116). Sum of RGB (Red+Green+Blue) = 170+250+116=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA74 is #55058B. Grayscale: #D3D3D3. Windows color (decimal): -5571980 or 7666346. OLE color: 7666346.
HSL color Cylindrical-coordinate representation of color #AAFA74: hue angle of 95.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAFA74 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 116 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.02 |
| HSL | 95.82º | 0.93% | 0.72% | - |
| HSV(B) | 95.82º | 0.54% | 0.98% | - |
| XYZ | 53.92 | 78.18 | 28.77 | - |
| YUV | 210.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 116 | 0.32 | 0 | 0.54 | 0.02 | 95.82 | 0.93 | 0.72 |
| Hex | AA | FA | 74 | 20 | 0 | 36 | 2 | 60 | 5D | 48 |
| Octal | 252 | 372 | 164 | 40 | 0 | 66 | 2 | 140 | 135 | 110 |
| Binary | 10101010 | 11111010 | 1110100 | 100000 | 0 | 110110 | 10 | 1100000 | 1011101 | 1001000 |
Color Harmonies of #AAFA74
Complementary color
Monochromatic Colors of #AAFA74
Black with #AAFA74
Text Example
Text Example
White with #AAFA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA74; }
p { color: rgb(170,250,116); }
H1.HeaderClassName
{
color: #AAFA74;
}
.AnyTagClassName
{
color: #AAFA74;
}
</style>
background-color css
<style>
a { background-color: #AAFA74; }
a { background-color: rgb(170,250,116); }
div.DivClassName
{
background-color: #AAFA74;
}
.BgClassName
{
background-color: #AAFA74;
}
</style>
border-color css
<style>
span { border-color: #AAFA74; }
span { border-color: rgb(170,250,116); }
td.TdClassName
{
border-color: #AAFA74;
}
.TagClassName
{
border-color: #AAFA74;
}
</style>