Shades of Feijoa #AADF82
Tints of Feijoa #AADF82
RGB
CMYK
RGB Variations
Color information
#AADF82 (or 0xAADF82) is known color: Feijoa. HEX triplet: AA, DF and 82. RGB value is (170,223,130). Sum of RGB (Red+Green+Blue) = 170+223+130=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF82 is #55207D. Grayscale: #C4C4C4. Windows color (decimal): -5578878 or 8576938. OLE color: 8576938.
HSL color Cylindrical-coordinate representation of color #AADF82: hue angle of 94.19º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AADF82 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 130 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.13 |
| HSL | 94.19º | 0.59% | 0.69% | - |
| HSV(B) | 94.19º | 0.42% | 0.87% | - |
| XYZ | 46.99 | 62.93 | 30.79 | - |
| YUV | 196.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 130 | 0.24 | 0 | 0.42 | 0.13 | 94.19 | 0.59 | 0.69 |
| Hex | AA | DF | 82 | 18 | 0 | 2A | D | 5E | 3B | 45 |
| Octal | 252 | 337 | 202 | 30 | 0 | 52 | 15 | 136 | 73 | 105 |
| Binary | 10101010 | 11011111 | 10000010 | 11000 | 0 | 101010 | 1101 | 1011110 | 111011 | 1000101 |
Color Harmonies of #AADF82
Complementary color
Monochromatic Colors of #AADF82
Black with #AADF82
Text Example
Text Example
White with #AADF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF82; }
p { color: rgb(170,223,130); }
H1.HeaderClassName
{
color: #AADF82;
}
.AnyTagClassName
{
color: #AADF82;
}
</style>
background-color css
<style>
a { background-color: #AADF82; }
a { background-color: rgb(170,223,130); }
div.DivClassName
{
background-color: #AADF82;
}
.BgClassName
{
background-color: #AADF82;
}
</style>
border-color css
<style>
span { border-color: #AADF82; }
span { border-color: rgb(170,223,130); }
td.TdClassName
{
border-color: #AADF82;
}
.TagClassName
{
border-color: #AADF82;
}
</style>