Shades of Feijoa #ADE474
Tints of Feijoa #ADE474
RGB
CMYK
RGB Variations
Color information
#ADE474 (or 0xADE474) is known color: Feijoa. HEX triplet: AD, E4 and 74. RGB value is (173,228,116). Sum of RGB (Red+Green+Blue) = 173+228+116=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE474 is #521B8B. Grayscale: #C7C7C7. Windows color (decimal): -5381004 or 7660717. OLE color: 7660717.
HSL color Cylindrical-coordinate representation of color #ADE474: hue angle of 89.46º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE474 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 116 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.11 |
| HSL | 89.46º | 0.67% | 0.67% | - |
| HSV(B) | 89.46º | 0.49% | 0.89% | - |
| XYZ | 48.13 | 65.63 | 26.65 | - |
| YUV | 198.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 116 | 0.24 | 0 | 0.49 | 0.11 | 89.46 | 0.67 | 0.67 |
| Hex | AD | E4 | 74 | 18 | 0 | 31 | B | 59 | 43 | 43 |
| Octal | 255 | 344 | 164 | 30 | 0 | 61 | 13 | 131 | 103 | 103 |
| Binary | 10101101 | 11100100 | 1110100 | 11000 | 0 | 110001 | 1011 | 1011001 | 1000011 | 1000011 |
Color Harmonies of #ADE474
Complementary color
Monochromatic Colors of #ADE474
Black with #ADE474
Text Example
Text Example
White with #ADE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE474; }
p { color: rgb(173,228,116); }
H1.HeaderClassName
{
color: #ADE474;
}
.AnyTagClassName
{
color: #ADE474;
}
</style>
background-color css
<style>
a { background-color: #ADE474; }
a { background-color: rgb(173,228,116); }
div.DivClassName
{
background-color: #ADE474;
}
.BgClassName
{
background-color: #ADE474;
}
</style>
border-color css
<style>
span { border-color: #ADE474; }
span { border-color: rgb(173,228,116); }
td.TdClassName
{
border-color: #ADE474;
}
.TagClassName
{
border-color: #ADE474;
}
</style>