Shades of Feijoa #ADEA8E
Tints of Feijoa #ADEA8E
RGB
CMYK
RGB Variations
Color information
#ADEA8E (or 0xADEA8E) is known color: Feijoa. HEX triplet: AD, EA and 8E. RGB value is (173,234,142). Sum of RGB (Red+Green+Blue) = 173+234+142=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEA8E is #521571. Grayscale: #CDCDCD. Windows color (decimal): -5379442 or 9366189. OLE color: 9366189.
HSL color Cylindrical-coordinate representation of color #ADEA8E: hue angle of 99.78º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADEA8E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 142 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.08 |
| HSL | 99.78º | 0.69% | 0.74% | - |
| HSV(B) | 99.78º | 0.39% | 0.92% | - |
| XYZ | 51.54 | 69.68 | 36.32 | - |
| YUV | 205.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 142 | 0.26 | 0 | 0.39 | 0.08 | 99.78 | 0.69 | 0.74 |
| Hex | AD | EA | 8E | 1A | 0 | 27 | 8 | 64 | 45 | 4A |
| Octal | 255 | 352 | 216 | 32 | 0 | 47 | 10 | 144 | 105 | 112 |
| Binary | 10101101 | 11101010 | 10001110 | 11010 | 0 | 100111 | 1000 | 1100100 | 1000101 | 1001010 |
Color Harmonies of #ADEA8E
Complementary color
Monochromatic Colors of #ADEA8E
Black with #ADEA8E
Text Example
Text Example
White with #ADEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA8E; }
p { color: rgb(173,234,142); }
H1.HeaderClassName
{
color: #ADEA8E;
}
.AnyTagClassName
{
color: #ADEA8E;
}
</style>
background-color css
<style>
a { background-color: #ADEA8E; }
a { background-color: rgb(173,234,142); }
div.DivClassName
{
background-color: #ADEA8E;
}
.BgClassName
{
background-color: #ADEA8E;
}
</style>
border-color css
<style>
span { border-color: #ADEA8E; }
span { border-color: rgb(173,234,142); }
td.TdClassName
{
border-color: #ADEA8E;
}
.TagClassName
{
border-color: #ADEA8E;
}
</style>