Shades of Feijoa #ADEA8A
Tints of Feijoa #ADEA8A
RGB
CMYK
RGB Variations
Color information
#ADEA8A (or 0xADEA8A) is known color: Feijoa. HEX triplet: AD, EA and 8A. RGB value is (173,234,138). Sum of RGB (Red+Green+Blue) = 173+234+138=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEA8A is #521575. Grayscale: #CDCDCD. Windows color (decimal): -5379446 or 9104045. OLE color: 9104045.
HSL color Cylindrical-coordinate representation of color #ADEA8A: hue angle of 98.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADEA8A is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 138 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.08 |
| HSL | 98.13º | 0.7% | 0.73% | - |
| HSV(B) | 98.13º | 0.41% | 0.92% | - |
| XYZ | 51.24 | 69.56 | 34.77 | - |
| YUV | 204.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 138 | 0.26 | 0 | 0.41 | 0.08 | 98.13 | 0.7 | 0.73 |
| Hex | AD | EA | 8A | 1A | 0 | 29 | 8 | 62 | 46 | 49 |
| Octal | 255 | 352 | 212 | 32 | 0 | 51 | 10 | 142 | 106 | 111 |
| Binary | 10101101 | 11101010 | 10001010 | 11010 | 0 | 101001 | 1000 | 1100010 | 1000110 | 1001001 |
Color Harmonies of #ADEA8A
Complementary color
Monochromatic Colors of #ADEA8A
Black with #ADEA8A
Text Example
Text Example
White with #ADEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA8A; }
p { color: rgb(173,234,138); }
H1.HeaderClassName
{
color: #ADEA8A;
}
.AnyTagClassName
{
color: #ADEA8A;
}
</style>
background-color css
<style>
a { background-color: #ADEA8A; }
a { background-color: rgb(173,234,138); }
div.DivClassName
{
background-color: #ADEA8A;
}
.BgClassName
{
background-color: #ADEA8A;
}
</style>
border-color css
<style>
span { border-color: #ADEA8A; }
span { border-color: rgb(173,234,138); }
td.TdClassName
{
border-color: #ADEA8A;
}
.TagClassName
{
border-color: #ADEA8A;
}
</style>