Shades of Feijoa #ADD67F
Tints of Feijoa #ADD67F
RGB
CMYK
RGB Variations
Color information
#ADD67F (or 0xADD67F) is known color: Feijoa. HEX triplet: AD, D6 and 7F. RGB value is (173,214,127). Sum of RGB (Red+Green+Blue) = 173+214+127=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD67F is #522980. Grayscale: #C0C0C0. Windows color (decimal): -5384577 or 8378029. OLE color: 8378029.
HSL color Cylindrical-coordinate representation of color #ADD67F: hue angle of 88.28º degrees, saturation: 0.51, 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 #ADD67F is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 127 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.16 |
| HSL | 88.28º | 0.51% | 0.67% | - |
| HSV(B) | 88.28º | 0.41% | 0.84% | - |
| XYZ | 45.11 | 58.51 | 28.99 | - |
| YUV | 191.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 127 | 0.19 | 0 | 0.41 | 0.16 | 88.28 | 0.51 | 0.67 |
| Hex | AD | D6 | 7F | 13 | 0 | 29 | 10 | 58 | 33 | 43 |
| Octal | 255 | 326 | 177 | 23 | 0 | 51 | 20 | 130 | 63 | 103 |
| Binary | 10101101 | 11010110 | 1111111 | 10011 | 0 | 101001 | 10000 | 1011000 | 110011 | 1000011 |
Color Harmonies of #ADD67F
Complementary color
Monochromatic Colors of #ADD67F
Black with #ADD67F
Text Example
Text Example
White with #ADD67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD67F; }
p { color: rgb(173,214,127); }
H1.HeaderClassName
{
color: #ADD67F;
}
.AnyTagClassName
{
color: #ADD67F;
}
</style>
background-color css
<style>
a { background-color: #ADD67F; }
a { background-color: rgb(173,214,127); }
div.DivClassName
{
background-color: #ADD67F;
}
.BgClassName
{
background-color: #ADD67F;
}
</style>
border-color css
<style>
span { border-color: #ADD67F; }
span { border-color: rgb(173,214,127); }
td.TdClassName
{
border-color: #ADD67F;
}
.TagClassName
{
border-color: #ADD67F;
}
</style>