Shades of Feijoa #ADEA8D
Tints of Feijoa #ADEA8D
RGB
CMYK
RGB Variations
Color information
#ADEA8D (or 0xADEA8D) is known color: Feijoa. HEX triplet: AD, EA and 8D. RGB value is (173,234,141). Sum of RGB (Red+Green+Blue) = 173+234+141=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEA8D is #521572. Grayscale: #CDCDCD. Windows color (decimal): -5379443 or 9300653. OLE color: 9300653.
HSL color Cylindrical-coordinate representation of color #ADEA8D: hue angle of 99.35º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADEA8D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 141 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.08 |
| HSL | 99.35º | 0.69% | 0.74% | - |
| HSV(B) | 99.35º | 0.4% | 0.92% | - |
| XYZ | 51.46 | 69.65 | 35.93 | - |
| YUV | 205.16 | 91.79 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 141 | 0.26 | 0 | 0.40 | 0.08 | 99.35 | 0.69 | 0.74 |
| Hex | AD | EA | 8D | 1A | 0 | 28 | 8 | 63 | 45 | 4A |
| Octal | 255 | 352 | 215 | 32 | 0 | 50 | 10 | 143 | 105 | 112 |
| Binary | 10101101 | 11101010 | 10001101 | 11010 | 0 | 101000 | 1000 | 1100011 | 1000101 | 1001010 |
Color Harmonies of #ADEA8D
Complementary color
Monochromatic Colors of #ADEA8D
Black with #ADEA8D
Text Example
Text Example
White with #ADEA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA8D; }
p { color: rgb(173,234,141); }
H1.HeaderClassName
{
color: #ADEA8D;
}
.AnyTagClassName
{
color: #ADEA8D;
}
</style>
background-color css
<style>
a { background-color: #ADEA8D; }
a { background-color: rgb(173,234,141); }
div.DivClassName
{
background-color: #ADEA8D;
}
.BgClassName
{
background-color: #ADEA8D;
}
</style>
border-color css
<style>
span { border-color: #ADEA8D; }
span { border-color: rgb(173,234,141); }
td.TdClassName
{
border-color: #ADEA8D;
}
.TagClassName
{
border-color: #ADEA8D;
}
</style>