Shades of Feijoa #ADD672
Tints of Feijoa #ADD672
RGB
CMYK
RGB Variations
Color information
#ADD672 (or 0xADD672) is known color: Feijoa. HEX triplet: AD, D6 and 72. RGB value is (173,214,114). Sum of RGB (Red+Green+Blue) = 173+214+114=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD672 is #52298D. Grayscale: #BEBEBE. Windows color (decimal): -5384590 or 7526061. OLE color: 7526061.
HSL color Cylindrical-coordinate representation of color #ADD672: hue angle of 84.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADD672 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 114 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.16 |
| HSL | 84.6º | 0.55% | 0.64% | - |
| HSV(B) | 84.6º | 0.47% | 0.84% | - |
| XYZ | 44.32 | 58.19 | 24.82 | - |
| YUV | 190.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 114 | 0.19 | 0 | 0.47 | 0.16 | 84.6 | 0.55 | 0.64 |
| Hex | AD | D6 | 72 | 13 | 0 | 2F | 10 | 55 | 37 | 40 |
| Octal | 255 | 326 | 162 | 23 | 0 | 57 | 20 | 125 | 67 | 100 |
| Binary | 10101101 | 11010110 | 1110010 | 10011 | 0 | 101111 | 10000 | 1010101 | 110111 | 1000000 |
Color Harmonies of #ADD672
Complementary color
Monochromatic Colors of #ADD672
Black with #ADD672
Text Example
Text Example
White with #ADD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD672; }
p { color: rgb(173,214,114); }
H1.HeaderClassName
{
color: #ADD672;
}
.AnyTagClassName
{
color: #ADD672;
}
</style>
background-color css
<style>
a { background-color: #ADD672; }
a { background-color: rgb(173,214,114); }
div.DivClassName
{
background-color: #ADD672;
}
.BgClassName
{
background-color: #ADD672;
}
</style>
border-color css
<style>
span { border-color: #ADD672; }
span { border-color: rgb(173,214,114); }
td.TdClassName
{
border-color: #ADD672;
}
.TagClassName
{
border-color: #ADD672;
}
</style>