Shades of Feijoa #AADF7B
Tints of Feijoa #AADF7B
RGB
CMYK
RGB Variations
Color information
#AADF7B (or 0xAADF7B) is known color: Feijoa. HEX triplet: AA, DF and 7B. RGB value is (170,223,123). Sum of RGB (Red+Green+Blue) = 170+223+123=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF7B is #552084. Grayscale: #C4C4C4. Windows color (decimal): -5578885 or 8118186. OLE color: 8118186.
HSL color Cylindrical-coordinate representation of color #AADF7B: hue angle of 91.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AADF7B is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 123 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.13 |
| HSL | 91.8º | 0.61% | 0.68% | - |
| HSV(B) | 91.8º | 0.45% | 0.87% | - |
| XYZ | 46.54 | 62.75 | 28.4 | - |
| YUV | 195.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 123 | 0.24 | 0 | 0.45 | 0.13 | 91.8 | 0.61 | 0.68 |
| Hex | AA | DF | 7B | 18 | 0 | 2D | D | 5C | 3D | 44 |
| Octal | 252 | 337 | 173 | 30 | 0 | 55 | 15 | 134 | 75 | 104 |
| Binary | 10101010 | 11011111 | 1111011 | 11000 | 0 | 101101 | 1101 | 1011100 | 111101 | 1000100 |
Color Harmonies of #AADF7B
Complementary color
Monochromatic Colors of #AADF7B
Black with #AADF7B
Text Example
Text Example
White with #AADF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF7B; }
p { color: rgb(170,223,123); }
H1.HeaderClassName
{
color: #AADF7B;
}
.AnyTagClassName
{
color: #AADF7B;
}
</style>
background-color css
<style>
a { background-color: #AADF7B; }
a { background-color: rgb(170,223,123); }
div.DivClassName
{
background-color: #AADF7B;
}
.BgClassName
{
background-color: #AADF7B;
}
</style>
border-color css
<style>
span { border-color: #AADF7B; }
span { border-color: rgb(170,223,123); }
td.TdClassName
{
border-color: #AADF7B;
}
.TagClassName
{
border-color: #AADF7B;
}
</style>