Shades of Feijoa #ADE478
Tints of Feijoa #ADE478
RGB
CMYK
RGB Variations
Color information
#ADE478 (or 0xADE478) is known color: Feijoa. HEX triplet: AD, E4 and 78. RGB value is (173,228,120). Sum of RGB (Red+Green+Blue) = 173+228+120=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE478 is #521B87. Grayscale: #C7C7C7. Windows color (decimal): -5381000 or 7922861. OLE color: 7922861.
HSL color Cylindrical-coordinate representation of color #ADE478: hue angle of 90.56º degrees, saturation: 0.67, 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 #ADE478 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 120 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.11 |
| HSL | 90.56º | 0.67% | 0.68% | - |
| HSV(B) | 90.56º | 0.47% | 0.89% | - |
| XYZ | 48.37 | 65.73 | 27.91 | - |
| YUV | 199.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 120 | 0.24 | 0 | 0.47 | 0.11 | 90.56 | 0.67 | 0.68 |
| Hex | AD | E4 | 78 | 18 | 0 | 2F | B | 5B | 43 | 44 |
| Octal | 255 | 344 | 170 | 30 | 0 | 57 | 13 | 133 | 103 | 104 |
| Binary | 10101101 | 11100100 | 1111000 | 11000 | 0 | 101111 | 1011 | 1011011 | 1000011 | 1000100 |
Color Harmonies of #ADE478
Complementary color
Monochromatic Colors of #ADE478
Black with #ADE478
Text Example
Text Example
White with #ADE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE478; }
p { color: rgb(173,228,120); }
H1.HeaderClassName
{
color: #ADE478;
}
.AnyTagClassName
{
color: #ADE478;
}
</style>
background-color css
<style>
a { background-color: #ADE478; }
a { background-color: rgb(173,228,120); }
div.DivClassName
{
background-color: #ADE478;
}
.BgClassName
{
background-color: #ADE478;
}
</style>
border-color css
<style>
span { border-color: #ADE478; }
span { border-color: rgb(173,228,120); }
td.TdClassName
{
border-color: #ADE478;
}
.TagClassName
{
border-color: #ADE478;
}
</style>