Shades of Feijoa #AAD28F
Tints of Feijoa #AAD28F
RGB
CMYK
RGB Variations
Color information
#AAD28F (or 0xAAD28F) is known color: Feijoa. HEX triplet: AA, D2 and 8F. RGB value is (170,210,143). Sum of RGB (Red+Green+Blue) = 170+210+143=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD28F is #552D70. Grayscale: #BEBEBE. Windows color (decimal): -5582193 or 9425578. OLE color: 9425578.
HSL color Cylindrical-coordinate representation of color #AAD28F: hue angle of 95.82º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD28F is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 143 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.18 |
| HSL | 95.82º | 0.43% | 0.69% | - |
| HSV(B) | 95.82º | 0.32% | 0.82% | - |
| XYZ | 44.58 | 56.62 | 34.57 | - |
| YUV | 190.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 143 | 0.19 | 0 | 0.32 | 0.18 | 95.82 | 0.43 | 0.69 |
| Hex | AA | D2 | 8F | 13 | 0 | 20 | 12 | 60 | 2B | 45 |
| Octal | 252 | 322 | 217 | 23 | 0 | 40 | 22 | 140 | 53 | 105 |
| Binary | 10101010 | 11010010 | 10001111 | 10011 | 0 | 100000 | 10010 | 1100000 | 101011 | 1000101 |
Color Harmonies of #AAD28F
Complementary color
Monochromatic Colors of #AAD28F
Black with #AAD28F
Text Example
Text Example
White with #AAD28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD28F; }
p { color: rgb(170,210,143); }
H1.HeaderClassName
{
color: #AAD28F;
}
.AnyTagClassName
{
color: #AAD28F;
}
</style>
background-color css
<style>
a { background-color: #AAD28F; }
a { background-color: rgb(170,210,143); }
div.DivClassName
{
background-color: #AAD28F;
}
.BgClassName
{
background-color: #AAD28F;
}
</style>
border-color css
<style>
span { border-color: #AAD28F; }
span { border-color: rgb(170,210,143); }
td.TdClassName
{
border-color: #AAD28F;
}
.TagClassName
{
border-color: #AAD28F;
}
</style>