Shades of Feijoa #ADE278
Tints of Feijoa #ADE278
RGB
CMYK
RGB Variations
Color information
#ADE278 (or 0xADE278) is known color: Feijoa. HEX triplet: AD, E2 and 78. RGB value is (173,226,120). Sum of RGB (Red+Green+Blue) = 173+226+120=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE278 is #521D87. Grayscale: #C6C6C6. Windows color (decimal): -5381512 or 7922349. OLE color: 7922349.
HSL color Cylindrical-coordinate representation of color #ADE278: hue angle of 90º 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 #ADE278 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 120 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.11 |
| HSL | 90º | 0.65% | 0.68% | - |
| HSV(B) | 90º | 0.47% | 0.89% | - |
| XYZ | 47.82 | 64.63 | 27.72 | - |
| YUV | 198.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 120 | 0.23 | 0 | 0.47 | 0.11 | 90 | 0.65 | 0.68 |
| Hex | AD | E2 | 78 | 17 | 0 | 2F | B | 5A | 41 | 44 |
| Octal | 255 | 342 | 170 | 27 | 0 | 57 | 13 | 132 | 101 | 104 |
| Binary | 10101101 | 11100010 | 1111000 | 10111 | 0 | 101111 | 1011 | 1011010 | 1000001 | 1000100 |
Color Harmonies of #ADE278
Complementary color
Monochromatic Colors of #ADE278
Black with #ADE278
Text Example
Text Example
White with #ADE278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE278; }
p { color: rgb(173,226,120); }
H1.HeaderClassName
{
color: #ADE278;
}
.AnyTagClassName
{
color: #ADE278;
}
</style>
background-color css
<style>
a { background-color: #ADE278; }
a { background-color: rgb(173,226,120); }
div.DivClassName
{
background-color: #ADE278;
}
.BgClassName
{
background-color: #ADE278;
}
</style>
border-color css
<style>
span { border-color: #ADE278; }
span { border-color: rgb(173,226,120); }
td.TdClassName
{
border-color: #ADE278;
}
.TagClassName
{
border-color: #ADE278;
}
</style>