Shades of Feijoa #ADD67A
Tints of Feijoa #ADD67A
RGB
CMYK
RGB Variations
Color information
#ADD67A (or 0xADD67A) is known color: Feijoa. HEX triplet: AD, D6 and 7A. RGB value is (173,214,122). Sum of RGB (Red+Green+Blue) = 173+214+122=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD67A is #522985. Grayscale: #BFBFBF. Windows color (decimal): -5384582 or 8050349. OLE color: 8050349.
HSL color Cylindrical-coordinate representation of color #ADD67A: hue angle of 86.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADD67A is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 122 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.16 |
| HSL | 86.74º | 0.53% | 0.66% | - |
| HSV(B) | 86.74º | 0.43% | 0.84% | - |
| XYZ | 44.79 | 58.38 | 27.32 | - |
| YUV | 191.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 122 | 0.19 | 0 | 0.43 | 0.16 | 86.74 | 0.53 | 0.66 |
| Hex | AD | D6 | 7A | 13 | 0 | 2B | 10 | 57 | 35 | 42 |
| Octal | 255 | 326 | 172 | 23 | 0 | 53 | 20 | 127 | 65 | 102 |
| Binary | 10101101 | 11010110 | 1111010 | 10011 | 0 | 101011 | 10000 | 1010111 | 110101 | 1000010 |
Color Harmonies of #ADD67A
Complementary color
Monochromatic Colors of #ADD67A
Black with #ADD67A
Text Example
Text Example
White with #ADD67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD67A; }
p { color: rgb(173,214,122); }
H1.HeaderClassName
{
color: #ADD67A;
}
.AnyTagClassName
{
color: #ADD67A;
}
</style>
background-color css
<style>
a { background-color: #ADD67A; }
a { background-color: rgb(173,214,122); }
div.DivClassName
{
background-color: #ADD67A;
}
.BgClassName
{
background-color: #ADD67A;
}
</style>
border-color css
<style>
span { border-color: #ADD67A; }
span { border-color: rgb(173,214,122); }
td.TdClassName
{
border-color: #ADD67A;
}
.TagClassName
{
border-color: #ADD67A;
}
</style>