Shades of Feijoa #AADF76
Tints of Feijoa #AADF76
RGB
CMYK
RGB Variations
Color information
#AADF76 (or 0xAADF76) is known color: Feijoa. HEX triplet: AA, DF and 76. RGB value is (170,223,118). Sum of RGB (Red+Green+Blue) = 170+223+118=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF76 is #552089. Grayscale: #C3C3C3. Windows color (decimal): -5578890 or 7790506. OLE color: 7790506.
HSL color Cylindrical-coordinate representation of color #AADF76: hue angle of 90.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AADF76 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 118 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.13 |
| HSL | 90.29º | 0.62% | 0.67% | - |
| HSV(B) | 90.29º | 0.47% | 0.87% | - |
| XYZ | 46.24 | 62.63 | 26.79 | - |
| YUV | 195.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 118 | 0.24 | 0 | 0.47 | 0.13 | 90.29 | 0.62 | 0.67 |
| Hex | AA | DF | 76 | 18 | 0 | 2F | D | 5A | 3E | 43 |
| Octal | 252 | 337 | 166 | 30 | 0 | 57 | 15 | 132 | 76 | 103 |
| Binary | 10101010 | 11011111 | 1110110 | 11000 | 0 | 101111 | 1101 | 1011010 | 111110 | 1000011 |
Color Harmonies of #AADF76
Complementary color
Monochromatic Colors of #AADF76
Black with #AADF76
Text Example
Text Example
White with #AADF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF76; }
p { color: rgb(170,223,118); }
H1.HeaderClassName
{
color: #AADF76;
}
.AnyTagClassName
{
color: #AADF76;
}
</style>
background-color css
<style>
a { background-color: #AADF76; }
a { background-color: rgb(170,223,118); }
div.DivClassName
{
background-color: #AADF76;
}
.BgClassName
{
background-color: #AADF76;
}
</style>
border-color css
<style>
span { border-color: #AADF76; }
span { border-color: rgb(170,223,118); }
td.TdClassName
{
border-color: #AADF76;
}
.TagClassName
{
border-color: #AADF76;
}
</style>