Shades of Feijoa #ADD572
Tints of Feijoa #ADD572
RGB
CMYK
RGB Variations
Color information
#ADD572 (or 0xADD572) is known color: Feijoa. HEX triplet: AD, D5 and 72. RGB value is (173,213,114). Sum of RGB (Red+Green+Blue) = 173+213+114=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD572 is #522A8D. Grayscale: #BEBEBE. Windows color (decimal): -5384846 or 7525805. OLE color: 7525805.
HSL color Cylindrical-coordinate representation of color #ADD572: hue angle of 84.24º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADD572 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 114 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.16 |
| HSL | 84.24º | 0.54% | 0.64% | - |
| HSV(B) | 84.24º | 0.46% | 0.84% | - |
| XYZ | 44.07 | 57.69 | 24.73 | - |
| YUV | 189.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 114 | 0.19 | 0 | 0.46 | 0.16 | 84.24 | 0.54 | 0.64 |
| Hex | AD | D5 | 72 | 13 | 0 | 2E | 10 | 54 | 36 | 40 |
| Octal | 255 | 325 | 162 | 23 | 0 | 56 | 20 | 124 | 66 | 100 |
| Binary | 10101101 | 11010101 | 1110010 | 10011 | 0 | 101110 | 10000 | 1010100 | 110110 | 1000000 |
Color Harmonies of #ADD572
Complementary color
Monochromatic Colors of #ADD572
Black with #ADD572
Text Example
Text Example
White with #ADD572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD572; }
p { color: rgb(173,213,114); }
H1.HeaderClassName
{
color: #ADD572;
}
.AnyTagClassName
{
color: #ADD572;
}
</style>
background-color css
<style>
a { background-color: #ADD572; }
a { background-color: rgb(173,213,114); }
div.DivClassName
{
background-color: #ADD572;
}
.BgClassName
{
background-color: #ADD572;
}
</style>
border-color css
<style>
span { border-color: #ADD572; }
span { border-color: rgb(173,213,114); }
td.TdClassName
{
border-color: #ADD572;
}
.TagClassName
{
border-color: #ADD572;
}
</style>