Shades of Feijoa #ADED8F
Tints of Feijoa #ADED8F
RGB
CMYK
RGB Variations
Color information
#ADED8F (or 0xADED8F) is known color: Feijoa. HEX triplet: AD, ED and 8F. RGB value is (173,237,143). Sum of RGB (Red+Green+Blue) = 173+237+143=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADED8F is #521270. Grayscale: #CFCFCF. Windows color (decimal): -5378673 or 9432493. OLE color: 9432493.
HSL color Cylindrical-coordinate representation of color #ADED8F: hue angle of 100.85º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADED8F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 143 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.07 |
| HSL | 100.85º | 0.72% | 0.75% | - |
| HSV(B) | 100.85º | 0.4% | 0.93% | - |
| XYZ | 52.48 | 71.44 | 37.01 | - |
| YUV | 207.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 143 | 0.27 | 0 | 0.40 | 0.07 | 100.85 | 0.72 | 0.75 |
| Hex | AD | ED | 8F | 1B | 0 | 28 | 7 | 65 | 48 | 4B |
| Octal | 255 | 355 | 217 | 33 | 0 | 50 | 7 | 145 | 110 | 113 |
| Binary | 10101101 | 11101101 | 10001111 | 11011 | 0 | 101000 | 111 | 1100101 | 1001000 | 1001011 |
Color Harmonies of #ADED8F
Complementary color
Monochromatic Colors of #ADED8F
Black with #ADED8F
Text Example
Text Example
White with #ADED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADED8F; }
p { color: rgb(173,237,143); }
H1.HeaderClassName
{
color: #ADED8F;
}
.AnyTagClassName
{
color: #ADED8F;
}
</style>
background-color css
<style>
a { background-color: #ADED8F; }
a { background-color: rgb(173,237,143); }
div.DivClassName
{
background-color: #ADED8F;
}
.BgClassName
{
background-color: #ADED8F;
}
</style>
border-color css
<style>
span { border-color: #ADED8F; }
span { border-color: rgb(173,237,143); }
td.TdClassName
{
border-color: #ADED8F;
}
.TagClassName
{
border-color: #ADED8F;
}
</style>