Shades of Feijoa #AADF91
Tints of Feijoa #AADF91
RGB
CMYK
RGB Variations
Color information
#AADF91 (or 0xAADF91) is known color: Feijoa. HEX triplet: AA, DF and 91. RGB value is (170,223,145). Sum of RGB (Red+Green+Blue) = 170+223+145=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF91 is #55206E. Grayscale: #C6C6C6. Windows color (decimal): -5578863 or 9559978. OLE color: 9559978.
HSL color Cylindrical-coordinate representation of color #AADF91: hue angle of 100.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AADF91 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 145 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.13 |
| HSL | 100.77º | 0.55% | 0.72% | - |
| HSV(B) | 100.77º | 0.35% | 0.87% | - |
| XYZ | 48.08 | 63.37 | 36.49 | - |
| YUV | 198.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 145 | 0.24 | 0 | 0.35 | 0.13 | 100.77 | 0.55 | 0.72 |
| Hex | AA | DF | 91 | 18 | 0 | 23 | D | 65 | 37 | 48 |
| Octal | 252 | 337 | 221 | 30 | 0 | 43 | 15 | 145 | 67 | 110 |
| Binary | 10101010 | 11011111 | 10010001 | 11000 | 0 | 100011 | 1101 | 1100101 | 110111 | 1001000 |
Color Harmonies of #AADF91
Complementary color
Monochromatic Colors of #AADF91
Black with #AADF91
Text Example
Text Example
White with #AADF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF91; }
p { color: rgb(170,223,145); }
H1.HeaderClassName
{
color: #AADF91;
}
.AnyTagClassName
{
color: #AADF91;
}
</style>
background-color css
<style>
a { background-color: #AADF91; }
a { background-color: rgb(170,223,145); }
div.DivClassName
{
background-color: #AADF91;
}
.BgClassName
{
background-color: #AADF91;
}
</style>
border-color css
<style>
span { border-color: #AADF91; }
span { border-color: rgb(170,223,145); }
td.TdClassName
{
border-color: #AADF91;
}
.TagClassName
{
border-color: #AADF91;
}
</style>