Shades of Feijoa #ADE978
Tints of Feijoa #ADE978
RGB
CMYK
RGB Variations
Color information
#ADE978 (or 0xADE978) is known color: Feijoa. HEX triplet: AD, E9 and 78. RGB value is (173,233,120). Sum of RGB (Red+Green+Blue) = 173+233+120=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE978 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE978 is #521687. Grayscale: #CACACA. Windows color (decimal): -5379720 or 7924141. OLE color: 7924141.
HSL color Cylindrical-coordinate representation of color #ADE978: hue angle of 91.86º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE978 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 120 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.09 |
| HSL | 91.86º | 0.72% | 0.69% | - |
| HSV(B) | 91.86º | 0.48% | 0.91% | - |
| XYZ | 49.76 | 68.52 | 28.37 | - |
| YUV | 202.18 | 81.62 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 120 | 0.26 | 0 | 0.48 | 0.09 | 91.86 | 0.72 | 0.69 |
| Hex | AD | E9 | 78 | 1A | 0 | 30 | 9 | 5C | 48 | 45 |
| Octal | 255 | 351 | 170 | 32 | 0 | 60 | 11 | 134 | 110 | 105 |
| Binary | 10101101 | 11101001 | 1111000 | 11010 | 0 | 110000 | 1001 | 1011100 | 1001000 | 1000101 |
Color Harmonies of #ADE978
Complementary color
Monochromatic Colors of #ADE978
Black with #ADE978
Text Example
Text Example
White with #ADE978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE978; }
p { color: rgb(173,233,120); }
H1.HeaderClassName
{
color: #ADE978;
}
.AnyTagClassName
{
color: #ADE978;
}
</style>
background-color css
<style>
a { background-color: #ADE978; }
a { background-color: rgb(173,233,120); }
div.DivClassName
{
background-color: #ADE978;
}
.BgClassName
{
background-color: #ADE978;
}
</style>
border-color css
<style>
span { border-color: #ADE978; }
span { border-color: rgb(173,233,120); }
td.TdClassName
{
border-color: #ADE978;
}
.TagClassName
{
border-color: #ADE978;
}
</style>