Shades of Feijoa #ADE674
Tints of Feijoa #ADE674
RGB
CMYK
RGB Variations
Color information
#ADE674 (or 0xADE674) is known color: Feijoa. HEX triplet: AD, E6 and 74. RGB value is (173,230,116). Sum of RGB (Red+Green+Blue) = 173+230+116=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE674 is #52198B. Grayscale: #C8C8C8. Windows color (decimal): -5380492 or 7661229. OLE color: 7661229.
HSL color Cylindrical-coordinate representation of color #ADE674: hue angle of 90º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE674 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 116 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.10 |
| HSL | 90º | 0.7% | 0.68% | - |
| HSV(B) | 90º | 0.5% | 0.9% | - |
| XYZ | 48.68 | 66.74 | 26.84 | - |
| YUV | 199.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 116 | 0.25 | 0 | 0.50 | 0.10 | 90 | 0.7 | 0.68 |
| Hex | AD | E6 | 74 | 19 | 0 | 32 | A | 5A | 46 | 44 |
| Octal | 255 | 346 | 164 | 31 | 0 | 62 | 12 | 132 | 106 | 104 |
| Binary | 10101101 | 11100110 | 1110100 | 11001 | 0 | 110010 | 1010 | 1011010 | 1000110 | 1000100 |
Color Harmonies of #ADE674
Complementary color
Monochromatic Colors of #ADE674
Black with #ADE674
Text Example
Text Example
White with #ADE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE674; }
p { color: rgb(173,230,116); }
H1.HeaderClassName
{
color: #ADE674;
}
.AnyTagClassName
{
color: #ADE674;
}
</style>
background-color css
<style>
a { background-color: #ADE674; }
a { background-color: rgb(173,230,116); }
div.DivClassName
{
background-color: #ADE674;
}
.BgClassName
{
background-color: #ADE674;
}
</style>
border-color css
<style>
span { border-color: #ADE674; }
span { border-color: rgb(173,230,116); }
td.TdClassName
{
border-color: #ADE674;
}
.TagClassName
{
border-color: #ADE674;
}
</style>