Shades of Feijoa #ADE277
Tints of Feijoa #ADE277
RGB
CMYK
RGB Variations
Color information
#ADE277 (or 0xADE277) is known color: Feijoa. HEX triplet: AD, E2 and 77. RGB value is (173,226,119). Sum of RGB (Red+Green+Blue) = 173+226+119=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE277 is #521D88. Grayscale: #C6C6C6. Windows color (decimal): -5381513 or 7856813. OLE color: 7856813.
HSL color Cylindrical-coordinate representation of color #ADE277: hue angle of 89.72º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADE277 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 119 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.11 |
| HSL | 89.72º | 0.65% | 0.68% | - |
| HSV(B) | 89.72º | 0.47% | 0.89% | - |
| XYZ | 47.76 | 64.61 | 27.41 | - |
| YUV | 197.96 | 83.44 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 119 | 0.23 | 0 | 0.47 | 0.11 | 89.72 | 0.65 | 0.68 |
| Hex | AD | E2 | 77 | 17 | 0 | 2F | B | 5A | 41 | 44 |
| Octal | 255 | 342 | 167 | 27 | 0 | 57 | 13 | 132 | 101 | 104 |
| Binary | 10101101 | 11100010 | 1110111 | 10111 | 0 | 101111 | 1011 | 1011010 | 1000001 | 1000100 |
Color Harmonies of #ADE277
Complementary color
Monochromatic Colors of #ADE277
Black with #ADE277
Text Example
Text Example
White with #ADE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE277; }
p { color: rgb(173,226,119); }
H1.HeaderClassName
{
color: #ADE277;
}
.AnyTagClassName
{
color: #ADE277;
}
</style>
background-color css
<style>
a { background-color: #ADE277; }
a { background-color: rgb(173,226,119); }
div.DivClassName
{
background-color: #ADE277;
}
.BgClassName
{
background-color: #ADE277;
}
</style>
border-color css
<style>
span { border-color: #ADE277; }
span { border-color: rgb(173,226,119); }
td.TdClassName
{
border-color: #ADE277;
}
.TagClassName
{
border-color: #ADE277;
}
</style>