Shades of Feijoa #AADF7D
Tints of Feijoa #AADF7D
RGB
CMYK
RGB Variations
Color information
#AADF7D (or 0xAADF7D) is known color: Feijoa. HEX triplet: AA, DF and 7D. RGB value is (170,223,125). Sum of RGB (Red+Green+Blue) = 170+223+125=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF7D is #552082. Grayscale: #C4C4C4. Windows color (decimal): -5578883 or 8249258. OLE color: 8249258.
HSL color Cylindrical-coordinate representation of color #AADF7D: hue angle of 92.45º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AADF7D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 125 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.13 |
| HSL | 92.45º | 0.6% | 0.68% | - |
| HSV(B) | 92.45º | 0.44% | 0.87% | - |
| XYZ | 46.67 | 62.8 | 29.06 | - |
| YUV | 195.98 | 87.94 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 125 | 0.24 | 0 | 0.44 | 0.13 | 92.45 | 0.6 | 0.68 |
| Hex | AA | DF | 7D | 18 | 0 | 2C | D | 5C | 3C | 44 |
| Octal | 252 | 337 | 175 | 30 | 0 | 54 | 15 | 134 | 74 | 104 |
| Binary | 10101010 | 11011111 | 1111101 | 11000 | 0 | 101100 | 1101 | 1011100 | 111100 | 1000100 |
Color Harmonies of #AADF7D
Complementary color
Monochromatic Colors of #AADF7D
Black with #AADF7D
Text Example
Text Example
White with #AADF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF7D; }
p { color: rgb(170,223,125); }
H1.HeaderClassName
{
color: #AADF7D;
}
.AnyTagClassName
{
color: #AADF7D;
}
</style>
background-color css
<style>
a { background-color: #AADF7D; }
a { background-color: rgb(170,223,125); }
div.DivClassName
{
background-color: #AADF7D;
}
.BgClassName
{
background-color: #AADF7D;
}
</style>
border-color css
<style>
span { border-color: #AADF7D; }
span { border-color: rgb(170,223,125); }
td.TdClassName
{
border-color: #AADF7D;
}
.TagClassName
{
border-color: #AADF7D;
}
</style>