Shades of Feijoa #ADEF8B
Tints of Feijoa #ADEF8B
RGB
CMYK
RGB Variations
Color information
#ADEF8B (or 0xADEF8B) is known color: Feijoa. HEX triplet: AD, EF and 8B. RGB value is (173,239,139). Sum of RGB (Red+Green+Blue) = 173+239+139=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEF8B is #521074. Grayscale: #D0D0D0. Windows color (decimal): -5378165 or 9170861. OLE color: 9170861.
HSL color Cylindrical-coordinate representation of color #ADEF8B: hue angle of 99.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADEF8B is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 139 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.06 |
| HSL | 99.6º | 0.76% | 0.74% | - |
| HSV(B) | 99.6º | 0.42% | 0.94% | - |
| XYZ | 52.76 | 72.48 | 35.64 | - |
| YUV | 207.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 139 | 0.28 | 0 | 0.42 | 0.06 | 99.6 | 0.76 | 0.74 |
| Hex | AD | EF | 8B | 1C | 0 | 2A | 6 | 64 | 4C | 4A |
| Octal | 255 | 357 | 213 | 34 | 0 | 52 | 6 | 144 | 114 | 112 |
| Binary | 10101101 | 11101111 | 10001011 | 11100 | 0 | 101010 | 110 | 1100100 | 1001100 | 1001010 |
Color Harmonies of #ADEF8B
Complementary color
Monochromatic Colors of #ADEF8B
Black with #ADEF8B
Text Example
Text Example
White with #ADEF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF8B; }
p { color: rgb(173,239,139); }
H1.HeaderClassName
{
color: #ADEF8B;
}
.AnyTagClassName
{
color: #ADEF8B;
}
</style>
background-color css
<style>
a { background-color: #ADEF8B; }
a { background-color: rgb(173,239,139); }
div.DivClassName
{
background-color: #ADEF8B;
}
.BgClassName
{
background-color: #ADEF8B;
}
</style>
border-color css
<style>
span { border-color: #ADEF8B; }
span { border-color: rgb(173,239,139); }
td.TdClassName
{
border-color: #ADEF8B;
}
.TagClassName
{
border-color: #ADEF8B;
}
</style>