Shades of Feijoa #ADF885
Tints of Feijoa #ADF885
RGB
CMYK
RGB Variations
Color information
#ADF885 (or 0xADF885) is known color: Feijoa. HEX triplet: AD, F8 and 85. RGB value is (173,248,133). Sum of RGB (Red+Green+Blue) = 173+248+133=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF885 is #52077A. Grayscale: #D4D4D4. Windows color (decimal): -5375867 or 8779949. OLE color: 8779949.
HSL color Cylindrical-coordinate representation of color #ADF885: hue angle of 99.13º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF885 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 133 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.03 |
| HSL | 99.13º | 0.89% | 0.75% | - |
| HSV(B) | 99.13º | 0.46% | 0.97% | - |
| XYZ | 55.03 | 77.71 | 34.29 | - |
| YUV | 212.47 | 83.15 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 133 | 0.30 | 0 | 0.46 | 0.03 | 99.13 | 0.89 | 0.75 |
| Hex | AD | F8 | 85 | 1E | 0 | 2E | 3 | 63 | 59 | 4B |
| Octal | 255 | 370 | 205 | 36 | 0 | 56 | 3 | 143 | 131 | 113 |
| Binary | 10101101 | 11111000 | 10000101 | 11110 | 0 | 101110 | 11 | 1100011 | 1011001 | 1001011 |
Color Harmonies of #ADF885
Complementary color
Monochromatic Colors of #ADF885
Black with #ADF885
Text Example
Text Example
White with #ADF885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF885; }
p { color: rgb(173,248,133); }
H1.HeaderClassName
{
color: #ADF885;
}
.AnyTagClassName
{
color: #ADF885;
}
</style>
background-color css
<style>
a { background-color: #ADF885; }
a { background-color: rgb(173,248,133); }
div.DivClassName
{
background-color: #ADF885;
}
.BgClassName
{
background-color: #ADF885;
}
</style>
border-color css
<style>
span { border-color: #ADF885; }
span { border-color: rgb(173,248,133); }
td.TdClassName
{
border-color: #ADF885;
}
.TagClassName
{
border-color: #ADF885;
}
</style>