Shades of Feijoa #ADEB8F
Tints of Feijoa #ADEB8F
RGB
CMYK
RGB Variations
Color information
#ADEB8F (or 0xADEB8F) is known color: Feijoa. HEX triplet: AD, EB and 8F. RGB value is (173,235,143). Sum of RGB (Red+Green+Blue) = 173+235+143=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB8F is #521470. Grayscale: #CECECE. Windows color (decimal): -5379185 or 9431981. OLE color: 9431981.
HSL color Cylindrical-coordinate representation of color #ADEB8F: hue angle of 100.43º degrees, saturation: 0.7, 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 #ADEB8F is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 143 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.08 |
| HSL | 100.43º | 0.7% | 0.74% | - |
| HSV(B) | 100.43º | 0.39% | 0.92% | - |
| XYZ | 51.9 | 70.28 | 36.82 | - |
| YUV | 205.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 143 | 0.26 | 0 | 0.39 | 0.08 | 100.43 | 0.7 | 0.74 |
| Hex | AD | EB | 8F | 1A | 0 | 27 | 8 | 64 | 46 | 4A |
| Octal | 255 | 353 | 217 | 32 | 0 | 47 | 10 | 144 | 106 | 112 |
| Binary | 10101101 | 11101011 | 10001111 | 11010 | 0 | 100111 | 1000 | 1100100 | 1000110 | 1001010 |
Color Harmonies of #ADEB8F
Complementary color
Monochromatic Colors of #ADEB8F
Black with #ADEB8F
Text Example
Text Example
White with #ADEB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB8F; }
p { color: rgb(173,235,143); }
H1.HeaderClassName
{
color: #ADEB8F;
}
.AnyTagClassName
{
color: #ADEB8F;
}
</style>
background-color css
<style>
a { background-color: #ADEB8F; }
a { background-color: rgb(173,235,143); }
div.DivClassName
{
background-color: #ADEB8F;
}
.BgClassName
{
background-color: #ADEB8F;
}
</style>
border-color css
<style>
span { border-color: #ADEB8F; }
span { border-color: rgb(173,235,143); }
td.TdClassName
{
border-color: #ADEB8F;
}
.TagClassName
{
border-color: #ADEB8F;
}
</style>