Shades of Feijoa #ADE477
Tints of Feijoa #ADE477
RGB
CMYK
RGB Variations
Color information
#ADE477 (or 0xADE477) is known color: Feijoa. HEX triplet: AD, E4 and 77. RGB value is (173,228,119). Sum of RGB (Red+Green+Blue) = 173+228+119=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE477 is #521B88. Grayscale: #C7C7C7. Windows color (decimal): -5381001 or 7857325. OLE color: 7857325.
HSL color Cylindrical-coordinate representation of color #ADE477: hue angle of 90.28º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE477 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 119 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.11 |
| HSL | 90.28º | 0.67% | 0.68% | - |
| HSV(B) | 90.28º | 0.48% | 0.89% | - |
| XYZ | 48.31 | 65.7 | 27.59 | - |
| YUV | 199.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 119 | 0.24 | 0 | 0.48 | 0.11 | 90.28 | 0.67 | 0.68 |
| Hex | AD | E4 | 77 | 18 | 0 | 30 | B | 5A | 43 | 44 |
| Octal | 255 | 344 | 167 | 30 | 0 | 60 | 13 | 132 | 103 | 104 |
| Binary | 10101101 | 11100100 | 1110111 | 11000 | 0 | 110000 | 1011 | 1011010 | 1000011 | 1000100 |
Color Harmonies of #ADE477
Complementary color
Monochromatic Colors of #ADE477
Black with #ADE477
Text Example
Text Example
White with #ADE477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE477; }
p { color: rgb(173,228,119); }
H1.HeaderClassName
{
color: #ADE477;
}
.AnyTagClassName
{
color: #ADE477;
}
</style>
background-color css
<style>
a { background-color: #ADE477; }
a { background-color: rgb(173,228,119); }
div.DivClassName
{
background-color: #ADE477;
}
.BgClassName
{
background-color: #ADE477;
}
</style>
border-color css
<style>
span { border-color: #ADE477; }
span { border-color: rgb(173,228,119); }
td.TdClassName
{
border-color: #ADE477;
}
.TagClassName
{
border-color: #ADE477;
}
</style>