Shades of Feijoa #ADD67C
Tints of Feijoa #ADD67C
RGB
CMYK
RGB Variations
Color information
#ADD67C (or 0xADD67C) is known color: Feijoa. HEX triplet: AD, D6 and 7C. RGB value is (173,214,124). Sum of RGB (Red+Green+Blue) = 173+214+124=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD67C is #522983. Grayscale: #BFBFBF. Windows color (decimal): -5384580 or 8181421. OLE color: 8181421.
HSL color Cylindrical-coordinate representation of color #ADD67C: hue angle of 87.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADD67C is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 124 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.16 |
| HSL | 87.33º | 0.52% | 0.66% | - |
| HSV(B) | 87.33º | 0.42% | 0.84% | - |
| XYZ | 44.92 | 58.43 | 27.98 | - |
| YUV | 191.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 124 | 0.19 | 0 | 0.42 | 0.16 | 87.33 | 0.52 | 0.66 |
| Hex | AD | D6 | 7C | 13 | 0 | 2A | 10 | 57 | 34 | 42 |
| Octal | 255 | 326 | 174 | 23 | 0 | 52 | 20 | 127 | 64 | 102 |
| Binary | 10101101 | 11010110 | 1111100 | 10011 | 0 | 101010 | 10000 | 1010111 | 110100 | 1000010 |
Color Harmonies of #ADD67C
Complementary color
Monochromatic Colors of #ADD67C
Black with #ADD67C
Text Example
Text Example
White with #ADD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD67C; }
p { color: rgb(173,214,124); }
H1.HeaderClassName
{
color: #ADD67C;
}
.AnyTagClassName
{
color: #ADD67C;
}
</style>
background-color css
<style>
a { background-color: #ADD67C; }
a { background-color: rgb(173,214,124); }
div.DivClassName
{
background-color: #ADD67C;
}
.BgClassName
{
background-color: #ADD67C;
}
</style>
border-color css
<style>
span { border-color: #ADD67C; }
span { border-color: rgb(173,214,124); }
td.TdClassName
{
border-color: #ADD67C;
}
.TagClassName
{
border-color: #ADD67C;
}
</style>