Shades of Feijoa #AADF8F
Tints of Feijoa #AADF8F
RGB
CMYK
RGB Variations
Color information
#AADF8F (or 0xAADF8F) is known color: Feijoa. HEX triplet: AA, DF and 8F. RGB value is (170,223,143). Sum of RGB (Red+Green+Blue) = 170+223+143=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF8F is #552070. Grayscale: #C6C6C6. Windows color (decimal): -5578865 or 9428906. OLE color: 9428906.
HSL color Cylindrical-coordinate representation of color #AADF8F: hue angle of 99.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AADF8F is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 143 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.13 |
| HSL | 99.75º | 0.56% | 0.72% | - |
| HSV(B) | 99.75º | 0.36% | 0.87% | - |
| XYZ | 47.92 | 63.3 | 35.68 | - |
| YUV | 198.03 | 96.94 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 143 | 0.24 | 0 | 0.36 | 0.13 | 99.75 | 0.56 | 0.72 |
| Hex | AA | DF | 8F | 18 | 0 | 24 | D | 64 | 38 | 48 |
| Octal | 252 | 337 | 217 | 30 | 0 | 44 | 15 | 144 | 70 | 110 |
| Binary | 10101010 | 11011111 | 10001111 | 11000 | 0 | 100100 | 1101 | 1100100 | 111000 | 1001000 |
Color Harmonies of #AADF8F
Complementary color
Monochromatic Colors of #AADF8F
Black with #AADF8F
Text Example
Text Example
White with #AADF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF8F; }
p { color: rgb(170,223,143); }
H1.HeaderClassName
{
color: #AADF8F;
}
.AnyTagClassName
{
color: #AADF8F;
}
</style>
background-color css
<style>
a { background-color: #AADF8F; }
a { background-color: rgb(170,223,143); }
div.DivClassName
{
background-color: #AADF8F;
}
.BgClassName
{
background-color: #AADF8F;
}
</style>
border-color css
<style>
span { border-color: #AADF8F; }
span { border-color: rgb(170,223,143); }
td.TdClassName
{
border-color: #AADF8F;
}
.TagClassName
{
border-color: #AADF8F;
}
</style>