Shades of Feijoa #ADE883
Tints of Feijoa #ADE883
RGB
CMYK
RGB Variations
Color information
#ADE883 (or 0xADE883) is known color: Feijoa. HEX triplet: AD, E8 and 83. RGB value is (173,232,131). Sum of RGB (Red+Green+Blue) = 173+232+131=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE883 is #52177C. Grayscale: #CBCBCB. Windows color (decimal): -5379965 or 8644781. OLE color: 8644781.
HSL color Cylindrical-coordinate representation of color #ADE883: hue angle of 95.05º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADE883 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 131 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.09 |
| HSL | 95.05º | 0.69% | 0.71% | - |
| HSV(B) | 95.05º | 0.44% | 0.91% | - |
| XYZ | 50.19 | 68.24 | 32 | - |
| YUV | 202.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 131 | 0.25 | 0 | 0.44 | 0.09 | 95.05 | 0.69 | 0.71 |
| Hex | AD | E8 | 83 | 19 | 0 | 2C | 9 | 5F | 45 | 47 |
| Octal | 255 | 350 | 203 | 31 | 0 | 54 | 11 | 137 | 105 | 107 |
| Binary | 10101101 | 11101000 | 10000011 | 11001 | 0 | 101100 | 1001 | 1011111 | 1000101 | 1000111 |
Color Harmonies of #ADE883
Complementary color
Monochromatic Colors of #ADE883
Black with #ADE883
Text Example
Text Example
White with #ADE883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE883; }
p { color: rgb(173,232,131); }
H1.HeaderClassName
{
color: #ADE883;
}
.AnyTagClassName
{
color: #ADE883;
}
</style>
background-color css
<style>
a { background-color: #ADE883; }
a { background-color: rgb(173,232,131); }
div.DivClassName
{
background-color: #ADE883;
}
.BgClassName
{
background-color: #ADE883;
}
</style>
border-color css
<style>
span { border-color: #ADE883; }
span { border-color: rgb(173,232,131); }
td.TdClassName
{
border-color: #ADE883;
}
.TagClassName
{
border-color: #ADE883;
}
</style>