Shades of Feijoa #ADDA81
Tints of Feijoa #ADDA81
RGB
CMYK
RGB Variations
Color information
#ADDA81 (or 0xADDA81) is known color: Feijoa. HEX triplet: AD, DA and 81. RGB value is (173,218,129). Sum of RGB (Red+Green+Blue) = 173+218+129=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA81 is #52257E. Grayscale: #C2C2C2. Windows color (decimal): -5383551 or 8510125. OLE color: 8510125.
HSL color Cylindrical-coordinate representation of color #ADDA81: hue angle of 90.34º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADDA81 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 129 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.15 |
| HSL | 90.34º | 0.55% | 0.68% | - |
| HSV(B) | 90.34º | 0.41% | 0.85% | - |
| XYZ | 46.27 | 60.61 | 30.03 | - |
| YUV | 194.4 | 91.09 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 129 | 0.21 | 0 | 0.41 | 0.15 | 90.34 | 0.55 | 0.68 |
| Hex | AD | DA | 81 | 15 | 0 | 29 | F | 5A | 37 | 44 |
| Octal | 255 | 332 | 201 | 25 | 0 | 51 | 17 | 132 | 67 | 104 |
| Binary | 10101101 | 11011010 | 10000001 | 10101 | 0 | 101001 | 1111 | 1011010 | 110111 | 1000100 |
Color Harmonies of #ADDA81
Complementary color
Monochromatic Colors of #ADDA81
Black with #ADDA81
Text Example
Text Example
White with #ADDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA81; }
p { color: rgb(173,218,129); }
H1.HeaderClassName
{
color: #ADDA81;
}
.AnyTagClassName
{
color: #ADDA81;
}
</style>
background-color css
<style>
a { background-color: #ADDA81; }
a { background-color: rgb(173,218,129); }
div.DivClassName
{
background-color: #ADDA81;
}
.BgClassName
{
background-color: #ADDA81;
}
</style>
border-color css
<style>
span { border-color: #ADDA81; }
span { border-color: rgb(173,218,129); }
td.TdClassName
{
border-color: #ADDA81;
}
.TagClassName
{
border-color: #ADDA81;
}
</style>