Shades of Feijoa #ADD67E
Tints of Feijoa #ADD67E
RGB
CMYK
RGB Variations
Color information
#ADD67E (or 0xADD67E) is known color: Feijoa. HEX triplet: AD, D6 and 7E. RGB value is (173,214,126). Sum of RGB (Red+Green+Blue) = 173+214+126=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD67E is #522981. Grayscale: #C0C0C0. Windows color (decimal): -5384578 or 8312493. OLE color: 8312493.
HSL color Cylindrical-coordinate representation of color #ADD67E: hue angle of 87.95º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADD67E is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 126 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.16 |
| HSL | 87.95º | 0.52% | 0.67% | - |
| HSV(B) | 87.95º | 0.41% | 0.84% | - |
| XYZ | 45.05 | 58.48 | 28.65 | - |
| YUV | 191.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 126 | 0.19 | 0 | 0.41 | 0.16 | 87.95 | 0.52 | 0.67 |
| Hex | AD | D6 | 7E | 13 | 0 | 29 | 10 | 58 | 34 | 43 |
| Octal | 255 | 326 | 176 | 23 | 0 | 51 | 20 | 130 | 64 | 103 |
| Binary | 10101101 | 11010110 | 1111110 | 10011 | 0 | 101001 | 10000 | 1011000 | 110100 | 1000011 |
Color Harmonies of #ADD67E
Complementary color
Monochromatic Colors of #ADD67E
Black with #ADD67E
Text Example
Text Example
White with #ADD67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD67E; }
p { color: rgb(173,214,126); }
H1.HeaderClassName
{
color: #ADD67E;
}
.AnyTagClassName
{
color: #ADD67E;
}
</style>
background-color css
<style>
a { background-color: #ADD67E; }
a { background-color: rgb(173,214,126); }
div.DivClassName
{
background-color: #ADD67E;
}
.BgClassName
{
background-color: #ADD67E;
}
</style>
border-color css
<style>
span { border-color: #ADD67E; }
span { border-color: rgb(173,214,126); }
td.TdClassName
{
border-color: #ADD67E;
}
.TagClassName
{
border-color: #ADD67E;
}
</style>