Shades of Feijoa #ADE672
Tints of Feijoa #ADE672
RGB
CMYK
RGB Variations
Color information
#ADE672 (or 0xADE672) is known color: Feijoa. HEX triplet: AD, E6 and 72. RGB value is (173,230,114). Sum of RGB (Red+Green+Blue) = 173+230+114=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE672 is #52198D. Grayscale: #C8C8C8. Windows color (decimal): -5380494 or 7530157. OLE color: 7530157.
HSL color Cylindrical-coordinate representation of color #ADE672: hue angle of 89.48º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE672 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 114 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.10 |
| HSL | 89.48º | 0.7% | 0.67% | - |
| HSV(B) | 89.48º | 0.5% | 0.9% | - |
| XYZ | 48.57 | 66.69 | 26.23 | - |
| YUV | 199.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 114 | 0.25 | 0 | 0.50 | 0.10 | 89.48 | 0.7 | 0.67 |
| Hex | AD | E6 | 72 | 19 | 0 | 32 | A | 59 | 46 | 43 |
| Octal | 255 | 346 | 162 | 31 | 0 | 62 | 12 | 131 | 106 | 103 |
| Binary | 10101101 | 11100110 | 1110010 | 11001 | 0 | 110010 | 1010 | 1011001 | 1000110 | 1000011 |
Color Harmonies of #ADE672
Complementary color
Monochromatic Colors of #ADE672
Black with #ADE672
Text Example
Text Example
White with #ADE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE672; }
p { color: rgb(173,230,114); }
H1.HeaderClassName
{
color: #ADE672;
}
.AnyTagClassName
{
color: #ADE672;
}
</style>
background-color css
<style>
a { background-color: #ADE672; }
a { background-color: rgb(173,230,114); }
div.DivClassName
{
background-color: #ADE672;
}
.BgClassName
{
background-color: #ADE672;
}
</style>
border-color css
<style>
span { border-color: #ADE672; }
span { border-color: rgb(173,230,114); }
td.TdClassName
{
border-color: #ADE672;
}
.TagClassName
{
border-color: #ADE672;
}
</style>