Shades of Feijoa #ADF881
Tints of Feijoa #ADF881
RGB
CMYK
RGB Variations
Color information
#ADF881 (or 0xADF881) is known color: Feijoa. HEX triplet: AD, F8 and 81. RGB value is (173,248,129). Sum of RGB (Red+Green+Blue) = 173+248+129=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF881 is #52077E. Grayscale: #D4D4D4. Windows color (decimal): -5375871 or 8517805. OLE color: 8517805.
HSL color Cylindrical-coordinate representation of color #ADF881: hue angle of 97.82º 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 #ADF881 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 129 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.03 |
| HSL | 97.82º | 0.89% | 0.74% | - |
| HSV(B) | 97.82º | 0.48% | 0.97% | - |
| XYZ | 54.76 | 77.6 | 32.86 | - |
| YUV | 212.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 129 | 0.30 | 0 | 0.48 | 0.03 | 97.82 | 0.89 | 0.74 |
| Hex | AD | F8 | 81 | 1E | 0 | 30 | 3 | 62 | 59 | 4A |
| Octal | 255 | 370 | 201 | 36 | 0 | 60 | 3 | 142 | 131 | 112 |
| Binary | 10101101 | 11111000 | 10000001 | 11110 | 0 | 110000 | 11 | 1100010 | 1011001 | 1001010 |
Color Harmonies of #ADF881
Complementary color
Monochromatic Colors of #ADF881
Black with #ADF881
Text Example
Text Example
White with #ADF881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF881; }
p { color: rgb(173,248,129); }
H1.HeaderClassName
{
color: #ADF881;
}
.AnyTagClassName
{
color: #ADF881;
}
</style>
background-color css
<style>
a { background-color: #ADF881; }
a { background-color: rgb(173,248,129); }
div.DivClassName
{
background-color: #ADF881;
}
.BgClassName
{
background-color: #ADF881;
}
</style>
border-color css
<style>
span { border-color: #ADF881; }
span { border-color: rgb(173,248,129); }
td.TdClassName
{
border-color: #ADF881;
}
.TagClassName
{
border-color: #ADF881;
}
</style>