Shades of Feijoa #ADDD70
Tints of Feijoa #ADDD70
RGB
CMYK
RGB Variations
Color information
#ADDD70 (or 0xADDD70) is known color: Feijoa. HEX triplet: AD, DD and 70. RGB value is (173,221,112). Sum of RGB (Red+Green+Blue) = 173+221+112=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD70 is #52228F. Grayscale: #C2C2C2. Windows color (decimal): -5382800 or 7396781. OLE color: 7396781.
HSL color Cylindrical-coordinate representation of color #ADDD70: hue angle of 86.42º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADDD70 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 112 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.13 |
| HSL | 86.42º | 0.62% | 0.65% | - |
| HSV(B) | 86.42º | 0.49% | 0.87% | - |
| XYZ | 46.01 | 61.77 | 24.83 | - |
| YUV | 194.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 112 | 0.22 | 0 | 0.49 | 0.13 | 86.42 | 0.62 | 0.65 |
| Hex | AD | DD | 70 | 16 | 0 | 31 | D | 56 | 3E | 41 |
| Octal | 255 | 335 | 160 | 26 | 0 | 61 | 15 | 126 | 76 | 101 |
| Binary | 10101101 | 11011101 | 1110000 | 10110 | 0 | 110001 | 1101 | 1010110 | 111110 | 1000001 |
Color Harmonies of #ADDD70
Complementary color
Monochromatic Colors of #ADDD70
Black with #ADDD70
Text Example
Text Example
White with #ADDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD70; }
p { color: rgb(173,221,112); }
H1.HeaderClassName
{
color: #ADDD70;
}
.AnyTagClassName
{
color: #ADDD70;
}
</style>
background-color css
<style>
a { background-color: #ADDD70; }
a { background-color: rgb(173,221,112); }
div.DivClassName
{
background-color: #ADDD70;
}
.BgClassName
{
background-color: #ADDD70;
}
</style>
border-color css
<style>
span { border-color: #ADDD70; }
span { border-color: rgb(173,221,112); }
td.TdClassName
{
border-color: #ADDD70;
}
.TagClassName
{
border-color: #ADDD70;
}
</style>