Shades of Feijoa #ADE378
Tints of Feijoa #ADE378
RGB
CMYK
RGB Variations
Color information
#ADE378 (or 0xADE378) is known color: Feijoa. HEX triplet: AD, E3 and 78. RGB value is (173,227,120). Sum of RGB (Red+Green+Blue) = 173+227+120=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE378 is #521C87. Grayscale: #C7C7C7. Windows color (decimal): -5381256 or 7922605. OLE color: 7922605.
HSL color Cylindrical-coordinate representation of color #ADE378: hue angle of 90.28º degrees, saturation: 0.66, 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 #ADE378 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 120 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.11 |
| HSL | 90.28º | 0.66% | 0.68% | - |
| HSV(B) | 90.28º | 0.47% | 0.89% | - |
| XYZ | 48.09 | 65.18 | 27.82 | - |
| YUV | 198.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 120 | 0.24 | 0 | 0.47 | 0.11 | 90.28 | 0.66 | 0.68 |
| Hex | AD | E3 | 78 | 18 | 0 | 2F | B | 5A | 42 | 44 |
| Octal | 255 | 343 | 170 | 30 | 0 | 57 | 13 | 132 | 102 | 104 |
| Binary | 10101101 | 11100011 | 1111000 | 11000 | 0 | 101111 | 1011 | 1011010 | 1000010 | 1000100 |
Color Harmonies of #ADE378
Complementary color
Monochromatic Colors of #ADE378
Black with #ADE378
Text Example
Text Example
White with #ADE378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE378; }
p { color: rgb(173,227,120); }
H1.HeaderClassName
{
color: #ADE378;
}
.AnyTagClassName
{
color: #ADE378;
}
</style>
background-color css
<style>
a { background-color: #ADE378; }
a { background-color: rgb(173,227,120); }
div.DivClassName
{
background-color: #ADE378;
}
.BgClassName
{
background-color: #ADE378;
}
</style>
border-color css
<style>
span { border-color: #ADE378; }
span { border-color: rgb(173,227,120); }
td.TdClassName
{
border-color: #ADE378;
}
.TagClassName
{
border-color: #ADE378;
}
</style>