Shades of Feijoa #ADE981
Tints of Feijoa #ADE981
RGB
CMYK
RGB Variations
Color information
#ADE981 (or 0xADE981) is known color: Feijoa. HEX triplet: AD, E9 and 81. RGB value is (173,233,129). Sum of RGB (Red+Green+Blue) = 173+233+129=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE981 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE981 is #52167E. Grayscale: #CBCBCB. Windows color (decimal): -5379711 or 8513965. OLE color: 8513965.
HSL color Cylindrical-coordinate representation of color #ADE981: hue angle of 94.62º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE981 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 129 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.09 |
| HSL | 94.62º | 0.7% | 0.71% | - |
| HSV(B) | 94.62º | 0.45% | 0.91% | - |
| XYZ | 50.33 | 68.75 | 31.39 | - |
| YUV | 203.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 129 | 0.26 | 0 | 0.45 | 0.09 | 94.62 | 0.7 | 0.71 |
| Hex | AD | E9 | 81 | 1A | 0 | 2D | 9 | 5F | 46 | 47 |
| Octal | 255 | 351 | 201 | 32 | 0 | 55 | 11 | 137 | 106 | 107 |
| Binary | 10101101 | 11101001 | 10000001 | 11010 | 0 | 101101 | 1001 | 1011111 | 1000110 | 1000111 |
Color Harmonies of #ADE981
Complementary color
Monochromatic Colors of #ADE981
Black with #ADE981
Text Example
Text Example
White with #ADE981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE981; }
p { color: rgb(173,233,129); }
H1.HeaderClassName
{
color: #ADE981;
}
.AnyTagClassName
{
color: #ADE981;
}
</style>
background-color css
<style>
a { background-color: #ADE981; }
a { background-color: rgb(173,233,129); }
div.DivClassName
{
background-color: #ADE981;
}
.BgClassName
{
background-color: #ADE981;
}
</style>
border-color css
<style>
span { border-color: #ADE981; }
span { border-color: rgb(173,233,129); }
td.TdClassName
{
border-color: #ADE981;
}
.TagClassName
{
border-color: #ADE981;
}
</style>