Shades of Feijoa #AAD283
Tints of Feijoa #AAD283
RGB
CMYK
RGB Variations
Color information
#AAD283 (or 0xAAD283) is known color: Feijoa. HEX triplet: AA, D2 and 83. RGB value is (170,210,131). Sum of RGB (Red+Green+Blue) = 170+210+131=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD283 is #552D7C. Grayscale: #BDBDBD. Windows color (decimal): -5582205 or 8639146. OLE color: 8639146.
HSL color Cylindrical-coordinate representation of color #AAD283: hue angle of 90.38º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD283 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 131 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.18 |
| HSL | 90.38º | 0.47% | 0.67% | - |
| HSV(B) | 90.38º | 0.38% | 0.82% | - |
| XYZ | 43.72 | 56.28 | 30.03 | - |
| YUV | 189.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 131 | 0.19 | 0 | 0.38 | 0.18 | 90.38 | 0.47 | 0.67 |
| Hex | AA | D2 | 83 | 13 | 0 | 26 | 12 | 5A | 2F | 43 |
| Octal | 252 | 322 | 203 | 23 | 0 | 46 | 22 | 132 | 57 | 103 |
| Binary | 10101010 | 11010010 | 10000011 | 10011 | 0 | 100110 | 10010 | 1011010 | 101111 | 1000011 |
Color Harmonies of #AAD283
Complementary color
Monochromatic Colors of #AAD283
Black with #AAD283
Text Example
Text Example
White with #AAD283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD283; }
p { color: rgb(170,210,131); }
H1.HeaderClassName
{
color: #AAD283;
}
.AnyTagClassName
{
color: #AAD283;
}
</style>
background-color css
<style>
a { background-color: #AAD283; }
a { background-color: rgb(170,210,131); }
div.DivClassName
{
background-color: #AAD283;
}
.BgClassName
{
background-color: #AAD283;
}
</style>
border-color css
<style>
span { border-color: #AAD283; }
span { border-color: rgb(170,210,131); }
td.TdClassName
{
border-color: #AAD283;
}
.TagClassName
{
border-color: #AAD283;
}
</style>