Shades of Feijoa #AAD28C
Tints of Feijoa #AAD28C
RGB
CMYK
RGB Variations
Color information
#AAD28C (or 0xAAD28C) is known color: Feijoa. HEX triplet: AA, D2 and 8C. RGB value is (170,210,140). Sum of RGB (Red+Green+Blue) = 170+210+140=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD28C is #552D73. Grayscale: #BEBEBE. Windows color (decimal): -5582196 or 9228970. OLE color: 9228970.
HSL color Cylindrical-coordinate representation of color #AAD28C: hue angle of 94.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD28C is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 140 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.18 |
| HSL | 94.29º | 0.44% | 0.69% | - |
| HSV(B) | 94.29º | 0.33% | 0.82% | - |
| XYZ | 44.36 | 56.53 | 33.38 | - |
| YUV | 190.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 140 | 0.19 | 0 | 0.33 | 0.18 | 94.29 | 0.44 | 0.69 |
| Hex | AA | D2 | 8C | 13 | 0 | 21 | 12 | 5E | 2C | 45 |
| Octal | 252 | 322 | 214 | 23 | 0 | 41 | 22 | 136 | 54 | 105 |
| Binary | 10101010 | 11010010 | 10001100 | 10011 | 0 | 100001 | 10010 | 1011110 | 101100 | 1000101 |
Color Harmonies of #AAD28C
Complementary color
Monochromatic Colors of #AAD28C
Black with #AAD28C
Text Example
Text Example
White with #AAD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD28C; }
p { color: rgb(170,210,140); }
H1.HeaderClassName
{
color: #AAD28C;
}
.AnyTagClassName
{
color: #AAD28C;
}
</style>
background-color css
<style>
a { background-color: #AAD28C; }
a { background-color: rgb(170,210,140); }
div.DivClassName
{
background-color: #AAD28C;
}
.BgClassName
{
background-color: #AAD28C;
}
</style>
border-color css
<style>
span { border-color: #AAD28C; }
span { border-color: rgb(170,210,140); }
td.TdClassName
{
border-color: #AAD28C;
}
.TagClassName
{
border-color: #AAD28C;
}
</style>