Shades of Feijoa #ADF187
Tints of Feijoa #ADF187
RGB
CMYK
RGB Variations
Color information
#ADF187 (or 0xADF187) is known color: Feijoa. HEX triplet: AD, F1 and 87. RGB value is (173,241,135). Sum of RGB (Red+Green+Blue) = 173+241+135=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF187 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF187 is #520E78. Grayscale: #D0D0D0. Windows color (decimal): -5377657 or 8909229. OLE color: 8909229.
HSL color Cylindrical-coordinate representation of color #ADF187: hue angle of 98.49º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADF187 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 135 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.05 |
| HSL | 98.49º | 0.79% | 0.74% | - |
| HSV(B) | 98.49º | 0.44% | 0.95% | - |
| XYZ | 53.06 | 73.54 | 34.32 | - |
| YUV | 208.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 135 | 0.28 | 0 | 0.44 | 0.05 | 98.49 | 0.79 | 0.74 |
| Hex | AD | F1 | 87 | 1C | 0 | 2C | 5 | 62 | 4F | 4A |
| Octal | 255 | 361 | 207 | 34 | 0 | 54 | 5 | 142 | 117 | 112 |
| Binary | 10101101 | 11110001 | 10000111 | 11100 | 0 | 101100 | 101 | 1100010 | 1001111 | 1001010 |
Color Harmonies of #ADF187
Complementary color
Monochromatic Colors of #ADF187
Black with #ADF187
Text Example
Text Example
White with #ADF187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF187; }
p { color: rgb(173,241,135); }
H1.HeaderClassName
{
color: #ADF187;
}
.AnyTagClassName
{
color: #ADF187;
}
</style>
background-color css
<style>
a { background-color: #ADF187; }
a { background-color: rgb(173,241,135); }
div.DivClassName
{
background-color: #ADF187;
}
.BgClassName
{
background-color: #ADF187;
}
</style>
border-color css
<style>
span { border-color: #ADF187; }
span { border-color: rgb(173,241,135); }
td.TdClassName
{
border-color: #ADF187;
}
.TagClassName
{
border-color: #ADF187;
}
</style>