Shades of Feijoa #ADDD72
Tints of Feijoa #ADDD72
RGB
CMYK
RGB Variations
Color information
#ADDD72 (or 0xADDD72) is known color: Feijoa. HEX triplet: AD, DD and 72. RGB value is (173,221,114). Sum of RGB (Red+Green+Blue) = 173+221+114=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD72 is #52228D. Grayscale: #C2C2C2. Windows color (decimal): -5382798 or 7527853. OLE color: 7527853.
HSL color Cylindrical-coordinate representation of color #ADDD72: hue angle of 86.92º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADDD72 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 114 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.13 |
| HSL | 86.92º | 0.61% | 0.66% | - |
| HSV(B) | 86.92º | 0.48% | 0.87% | - |
| XYZ | 46.13 | 61.81 | 25.42 | - |
| YUV | 194.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 114 | 0.22 | 0 | 0.48 | 0.13 | 86.92 | 0.61 | 0.66 |
| Hex | AD | DD | 72 | 16 | 0 | 30 | D | 57 | 3D | 42 |
| Octal | 255 | 335 | 162 | 26 | 0 | 60 | 15 | 127 | 75 | 102 |
| Binary | 10101101 | 11011101 | 1110010 | 10110 | 0 | 110000 | 1101 | 1010111 | 111101 | 1000010 |
Color Harmonies of #ADDD72
Complementary color
Monochromatic Colors of #ADDD72
Black with #ADDD72
Text Example
Text Example
White with #ADDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD72; }
p { color: rgb(173,221,114); }
H1.HeaderClassName
{
color: #ADDD72;
}
.AnyTagClassName
{
color: #ADDD72;
}
</style>
background-color css
<style>
a { background-color: #ADDD72; }
a { background-color: rgb(173,221,114); }
div.DivClassName
{
background-color: #ADDD72;
}
.BgClassName
{
background-color: #ADDD72;
}
</style>
border-color css
<style>
span { border-color: #ADDD72; }
span { border-color: rgb(173,221,114); }
td.TdClassName
{
border-color: #ADDD72;
}
.TagClassName
{
border-color: #ADDD72;
}
</style>