Shades of Feijoa #ADF882
Tints of Feijoa #ADF882
RGB
CMYK
RGB Variations
Color information
#ADF882 (or 0xADF882) is known color: Feijoa. HEX triplet: AD, F8 and 82. RGB value is (173,248,130). Sum of RGB (Red+Green+Blue) = 173+248+130=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF882 is #52077D. Grayscale: #D4D4D4. Windows color (decimal): -5375870 or 8583341. OLE color: 8583341.
HSL color Cylindrical-coordinate representation of color #ADF882: hue angle of 98.14º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF882 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 130 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.03 |
| HSL | 98.14º | 0.89% | 0.74% | - |
| HSV(B) | 98.14º | 0.48% | 0.97% | - |
| XYZ | 54.83 | 77.63 | 33.21 | - |
| YUV | 212.12 | 81.65 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 130 | 0.30 | 0 | 0.48 | 0.03 | 98.14 | 0.89 | 0.74 |
| Hex | AD | F8 | 82 | 1E | 0 | 30 | 3 | 62 | 59 | 4A |
| Octal | 255 | 370 | 202 | 36 | 0 | 60 | 3 | 142 | 131 | 112 |
| Binary | 10101101 | 11111000 | 10000010 | 11110 | 0 | 110000 | 11 | 1100010 | 1011001 | 1001010 |
Color Harmonies of #ADF882
Complementary color
Monochromatic Colors of #ADF882
Black with #ADF882
Text Example
Text Example
White with #ADF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF882; }
p { color: rgb(173,248,130); }
H1.HeaderClassName
{
color: #ADF882;
}
.AnyTagClassName
{
color: #ADF882;
}
</style>
background-color css
<style>
a { background-color: #ADF882; }
a { background-color: rgb(173,248,130); }
div.DivClassName
{
background-color: #ADF882;
}
.BgClassName
{
background-color: #ADF882;
}
</style>
border-color css
<style>
span { border-color: #ADF882; }
span { border-color: rgb(173,248,130); }
td.TdClassName
{
border-color: #ADF882;
}
.TagClassName
{
border-color: #ADF882;
}
</style>