Shades of Feijoa #ADE98C
Tints of Feijoa #ADE98C
RGB
CMYK
RGB Variations
Color information
#ADE98C (or 0xADE98C) is known color: Feijoa. HEX triplet: AD, E9 and 8C. RGB value is (173,233,140). Sum of RGB (Red+Green+Blue) = 173+233+140=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE98C is #521673. Grayscale: #CCCCCC. Windows color (decimal): -5379700 or 9234861. OLE color: 9234861.
HSL color Cylindrical-coordinate representation of color #ADE98C: hue angle of 98.71º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADE98C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 140 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.09 |
| HSL | 98.71º | 0.68% | 0.73% | - |
| HSV(B) | 98.71º | 0.4% | 0.91% | - |
| XYZ | 51.11 | 69.06 | 35.45 | - |
| YUV | 204.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 140 | 0.26 | 0 | 0.40 | 0.09 | 98.71 | 0.68 | 0.73 |
| Hex | AD | E9 | 8C | 1A | 0 | 28 | 9 | 63 | 44 | 49 |
| Octal | 255 | 351 | 214 | 32 | 0 | 50 | 11 | 143 | 104 | 111 |
| Binary | 10101101 | 11101001 | 10001100 | 11010 | 0 | 101000 | 1001 | 1100011 | 1000100 | 1001001 |
Color Harmonies of #ADE98C
Complementary color
Monochromatic Colors of #ADE98C
Black with #ADE98C
Text Example
Text Example
White with #ADE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE98C; }
p { color: rgb(173,233,140); }
H1.HeaderClassName
{
color: #ADE98C;
}
.AnyTagClassName
{
color: #ADE98C;
}
</style>
background-color css
<style>
a { background-color: #ADE98C; }
a { background-color: rgb(173,233,140); }
div.DivClassName
{
background-color: #ADE98C;
}
.BgClassName
{
background-color: #ADE98C;
}
</style>
border-color css
<style>
span { border-color: #ADE98C; }
span { border-color: rgb(173,233,140); }
td.TdClassName
{
border-color: #ADE98C;
}
.TagClassName
{
border-color: #ADE98C;
}
</style>