Shades of Feijoa #ADF87F
Tints of Feijoa #ADF87F
RGB
CMYK
RGB Variations
Color information
#ADF87F (or 0xADF87F) is known color: Feijoa. HEX triplet: AD, F8 and 7F. RGB value is (173,248,127). Sum of RGB (Red+Green+Blue) = 173+248+127=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF87F is #520780. Grayscale: #D4D4D4. Windows color (decimal): -5375873 or 8386733. OLE color: 8386733.
HSL color Cylindrical-coordinate representation of color #ADF87F: hue angle of 97.19º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF87F is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 127 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.03 |
| HSL | 97.19º | 0.9% | 0.74% | - |
| HSV(B) | 97.19º | 0.49% | 0.97% | - |
| XYZ | 54.63 | 77.55 | 32.17 | - |
| YUV | 211.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 127 | 0.30 | 0 | 0.49 | 0.03 | 97.19 | 0.9 | 0.74 |
| Hex | AD | F8 | 7F | 1E | 0 | 31 | 3 | 61 | 5A | 4A |
| Octal | 255 | 370 | 177 | 36 | 0 | 61 | 3 | 141 | 132 | 112 |
| Binary | 10101101 | 11111000 | 1111111 | 11110 | 0 | 110001 | 11 | 1100001 | 1011010 | 1001010 |
Color Harmonies of #ADF87F
Complementary color
Monochromatic Colors of #ADF87F
Black with #ADF87F
Text Example
Text Example
White with #ADF87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF87F; }
p { color: rgb(173,248,127); }
H1.HeaderClassName
{
color: #ADF87F;
}
.AnyTagClassName
{
color: #ADF87F;
}
</style>
background-color css
<style>
a { background-color: #ADF87F; }
a { background-color: rgb(173,248,127); }
div.DivClassName
{
background-color: #ADF87F;
}
.BgClassName
{
background-color: #ADF87F;
}
</style>
border-color css
<style>
span { border-color: #ADF87F; }
span { border-color: rgb(173,248,127); }
td.TdClassName
{
border-color: #ADF87F;
}
.TagClassName
{
border-color: #ADF87F;
}
</style>