Shades of Feijoa #ADE774
Tints of Feijoa #ADE774
RGB
CMYK
RGB Variations
Color information
#ADE774 (or 0xADE774) is known color: Feijoa. HEX triplet: AD, E7 and 74. RGB value is (173,231,116). Sum of RGB (Red+Green+Blue) = 173+231+116=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE774 is #52188B. Grayscale: #C8C8C8. Windows color (decimal): -5380236 or 7661485. OLE color: 7661485.
HSL color Cylindrical-coordinate representation of color #ADE774: hue angle of 90.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE774 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 116 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.09 |
| HSL | 90.26º | 0.71% | 0.68% | - |
| HSV(B) | 90.26º | 0.5% | 0.91% | - |
| XYZ | 48.96 | 67.3 | 26.93 | - |
| YUV | 200.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 116 | 0.25 | 0 | 0.50 | 0.09 | 90.26 | 0.71 | 0.68 |
| Hex | AD | E7 | 74 | 19 | 0 | 32 | 9 | 5A | 47 | 44 |
| Octal | 255 | 347 | 164 | 31 | 0 | 62 | 11 | 132 | 107 | 104 |
| Binary | 10101101 | 11100111 | 1110100 | 11001 | 0 | 110010 | 1001 | 1011010 | 1000111 | 1000100 |
Color Harmonies of #ADE774
Complementary color
Monochromatic Colors of #ADE774
Black with #ADE774
Text Example
Text Example
White with #ADE774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE774; }
p { color: rgb(173,231,116); }
H1.HeaderClassName
{
color: #ADE774;
}
.AnyTagClassName
{
color: #ADE774;
}
</style>
background-color css
<style>
a { background-color: #ADE774; }
a { background-color: rgb(173,231,116); }
div.DivClassName
{
background-color: #ADE774;
}
.BgClassName
{
background-color: #ADE774;
}
</style>
border-color css
<style>
span { border-color: #ADE774; }
span { border-color: rgb(173,231,116); }
td.TdClassName
{
border-color: #ADE774;
}
.TagClassName
{
border-color: #ADE774;
}
</style>