Shades of Feijoa #AAFC73
Tints of Feijoa #AAFC73
RGB
CMYK
RGB Variations
Color information
#AAFC73 (or 0xAAFC73) is known color: Feijoa. HEX triplet: AA, FC and 73. RGB value is (170,252,115). Sum of RGB (Red+Green+Blue) = 170+252+115=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC73 is #55038C. Grayscale: #D4D4D4. Windows color (decimal): -5571469 or 7601322. OLE color: 7601322.
HSL color Cylindrical-coordinate representation of color #AAFC73: hue angle of 95.91º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAFC73 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 115 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.01 |
| HSL | 95.91º | 0.96% | 0.72% | - |
| HSV(B) | 95.91º | 0.54% | 0.99% | - |
| XYZ | 54.48 | 79.4 | 28.67 | - |
| YUV | 211.86 | 73.33 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 115 | 0.33 | 0 | 0.54 | 0.01 | 95.91 | 0.96 | 0.72 |
| Hex | AA | FC | 73 | 21 | 0 | 36 | 1 | 60 | 60 | 48 |
| Octal | 252 | 374 | 163 | 41 | 0 | 66 | 1 | 140 | 140 | 110 |
| Binary | 10101010 | 11111100 | 1110011 | 100001 | 0 | 110110 | 1 | 1100000 | 1100000 | 1001000 |
Color Harmonies of #AAFC73
Complementary color
Monochromatic Colors of #AAFC73
Black with #AAFC73
Text Example
Text Example
White with #AAFC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC73; }
p { color: rgb(170,252,115); }
H1.HeaderClassName
{
color: #AAFC73;
}
.AnyTagClassName
{
color: #AAFC73;
}
</style>
background-color css
<style>
a { background-color: #AAFC73; }
a { background-color: rgb(170,252,115); }
div.DivClassName
{
background-color: #AAFC73;
}
.BgClassName
{
background-color: #AAFC73;
}
</style>
border-color css
<style>
span { border-color: #AAFC73; }
span { border-color: rgb(170,252,115); }
td.TdClassName
{
border-color: #AAFC73;
}
.TagClassName
{
border-color: #AAFC73;
}
</style>