Shades of Feijoa #ADE98E
Tints of Feijoa #ADE98E
RGB
CMYK
RGB Variations
Color information
#ADE98E (or 0xADE98E) is known color: Feijoa. HEX triplet: AD, E9 and 8E. RGB value is (173,233,142). Sum of RGB (Red+Green+Blue) = 173+233+142=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE98E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE98E is #521671. Grayscale: #CCCCCC. Windows color (decimal): -5379698 or 9365933. OLE color: 9365933.
HSL color Cylindrical-coordinate representation of color #ADE98E: hue angle of 99.56º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE98E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 142 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.09 |
| HSL | 99.56º | 0.67% | 0.74% | - |
| HSV(B) | 99.56º | 0.39% | 0.91% | - |
| XYZ | 51.25 | 69.12 | 36.23 | - |
| YUV | 204.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 142 | 0.26 | 0 | 0.39 | 0.09 | 99.56 | 0.67 | 0.74 |
| Hex | AD | E9 | 8E | 1A | 0 | 27 | 9 | 64 | 43 | 4A |
| Octal | 255 | 351 | 216 | 32 | 0 | 47 | 11 | 144 | 103 | 112 |
| Binary | 10101101 | 11101001 | 10001110 | 11010 | 0 | 100111 | 1001 | 1100100 | 1000011 | 1001010 |
Color Harmonies of #ADE98E
Complementary color
Monochromatic Colors of #ADE98E
Black with #ADE98E
Text Example
Text Example
White with #ADE98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE98E; }
p { color: rgb(173,233,142); }
H1.HeaderClassName
{
color: #ADE98E;
}
.AnyTagClassName
{
color: #ADE98E;
}
</style>
background-color css
<style>
a { background-color: #ADE98E; }
a { background-color: rgb(173,233,142); }
div.DivClassName
{
background-color: #ADE98E;
}
.BgClassName
{
background-color: #ADE98E;
}
</style>
border-color css
<style>
span { border-color: #ADE98E; }
span { border-color: rgb(173,233,142); }
td.TdClassName
{
border-color: #ADE98E;
}
.TagClassName
{
border-color: #ADE98E;
}
</style>