Shades of Feijoa #AAD598
Tints of Feijoa #AAD598
RGB
CMYK
RGB Variations
Color information
#AAD598 (or 0xAAD598) is known color: Feijoa. HEX triplet: AA, D5 and 98. RGB value is (170,213,152). Sum of RGB (Red+Green+Blue) = 170+213+152=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD598 is #552A67. Grayscale: #C1C1C1. Windows color (decimal): -5581416 or 10016170. OLE color: 10016170.
HSL color Cylindrical-coordinate representation of color #AAD598: hue angle of 102.3º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD598 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 152 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.16 |
| HSL | 102.3º | 0.42% | 0.72% | - |
| HSV(B) | 102.3º | 0.29% | 0.84% | - |
| XYZ | 46.04 | 58.4 | 38.55 | - |
| YUV | 193.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 152 | 0.20 | 0 | 0.29 | 0.16 | 102.3 | 0.42 | 0.72 |
| Hex | AA | D5 | 98 | 14 | 0 | 1D | 10 | 66 | 2A | 48 |
| Octal | 252 | 325 | 230 | 24 | 0 | 35 | 20 | 146 | 52 | 110 |
| Binary | 10101010 | 11010101 | 10011000 | 10100 | 0 | 11101 | 10000 | 1100110 | 101010 | 1001000 |
Color Harmonies of #AAD598
Complementary color
Monochromatic Colors of #AAD598
Black with #AAD598
Text Example
Text Example
White with #AAD598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD598; }
p { color: rgb(170,213,152); }
H1.HeaderClassName
{
color: #AAD598;
}
.AnyTagClassName
{
color: #AAD598;
}
</style>
background-color css
<style>
a { background-color: #AAD598; }
a { background-color: rgb(170,213,152); }
div.DivClassName
{
background-color: #AAD598;
}
.BgClassName
{
background-color: #AAD598;
}
</style>
border-color css
<style>
span { border-color: #AAD598; }
span { border-color: rgb(170,213,152); }
td.TdClassName
{
border-color: #AAD598;
}
.TagClassName
{
border-color: #AAD598;
}
</style>