Shades of Feijoa #ADE792
Tints of Feijoa #ADE792
RGB
CMYK
RGB Variations
Color information
#ADE792 (or 0xADE792) is known color: Feijoa. HEX triplet: AD, E7 and 92. RGB value is (173,231,146). Sum of RGB (Red+Green+Blue) = 173+231+146=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE792 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE792 is #52186D. Grayscale: #CCCCCC. Windows color (decimal): -5380206 or 9627565. OLE color: 9627565.
HSL color Cylindrical-coordinate representation of color #ADE792: hue angle of 100.94º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADE792 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 146 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.09 |
| HSL | 100.94º | 0.64% | 0.74% | - |
| HSV(B) | 100.94º | 0.37% | 0.91% | - |
| XYZ | 51 | 68.11 | 37.65 | - |
| YUV | 203.97 | 95.28 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 146 | 0.25 | 0 | 0.37 | 0.09 | 100.94 | 0.64 | 0.74 |
| Hex | AD | E7 | 92 | 19 | 0 | 25 | 9 | 65 | 40 | 4A |
| Octal | 255 | 347 | 222 | 31 | 0 | 45 | 11 | 145 | 100 | 112 |
| Binary | 10101101 | 11100111 | 10010010 | 11001 | 0 | 100101 | 1001 | 1100101 | 1000000 | 1001010 |
Color Harmonies of #ADE792
Complementary color
Monochromatic Colors of #ADE792
Black with #ADE792
Text Example
Text Example
White with #ADE792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE792; }
p { color: rgb(173,231,146); }
H1.HeaderClassName
{
color: #ADE792;
}
.AnyTagClassName
{
color: #ADE792;
}
</style>
background-color css
<style>
a { background-color: #ADE792; }
a { background-color: rgb(173,231,146); }
div.DivClassName
{
background-color: #ADE792;
}
.BgClassName
{
background-color: #ADE792;
}
</style>
border-color css
<style>
span { border-color: #ADE792; }
span { border-color: rgb(173,231,146); }
td.TdClassName
{
border-color: #ADE792;
}
.TagClassName
{
border-color: #ADE792;
}
</style>