Shades of Feijoa #ADDA84
Tints of Feijoa #ADDA84
RGB
CMYK
RGB Variations
Color information
#ADDA84 (or 0xADDA84) is known color: Feijoa. HEX triplet: AD, DA and 84. RGB value is (173,218,132). Sum of RGB (Red+Green+Blue) = 173+218+132=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA84 is #52257B. Grayscale: #C3C3C3. Windows color (decimal): -5383548 or 8706733. OLE color: 8706733.
HSL color Cylindrical-coordinate representation of color #ADDA84: hue angle of 91.4º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADDA84 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 132 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.15 |
| HSL | 91.4º | 0.54% | 0.69% | - |
| HSV(B) | 91.4º | 0.39% | 0.85% | - |
| XYZ | 46.47 | 60.69 | 31.1 | - |
| YUV | 194.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 132 | 0.21 | 0 | 0.39 | 0.15 | 91.4 | 0.54 | 0.69 |
| Hex | AD | DA | 84 | 15 | 0 | 27 | F | 5B | 36 | 45 |
| Octal | 255 | 332 | 204 | 25 | 0 | 47 | 17 | 133 | 66 | 105 |
| Binary | 10101101 | 11011010 | 10000100 | 10101 | 0 | 100111 | 1111 | 1011011 | 110110 | 1000101 |
Color Harmonies of #ADDA84
Complementary color
Monochromatic Colors of #ADDA84
Black with #ADDA84
Text Example
Text Example
White with #ADDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA84; }
p { color: rgb(173,218,132); }
H1.HeaderClassName
{
color: #ADDA84;
}
.AnyTagClassName
{
color: #ADDA84;
}
</style>
background-color css
<style>
a { background-color: #ADDA84; }
a { background-color: rgb(173,218,132); }
div.DivClassName
{
background-color: #ADDA84;
}
.BgClassName
{
background-color: #ADDA84;
}
</style>
border-color css
<style>
span { border-color: #ADDA84; }
span { border-color: rgb(173,218,132); }
td.TdClassName
{
border-color: #ADDA84;
}
.TagClassName
{
border-color: #ADDA84;
}
</style>