Shades of Feijoa #ADF87A
Tints of Feijoa #ADF87A
RGB
CMYK
RGB Variations
Color information
#ADF87A (or 0xADF87A) is known color: Feijoa. HEX triplet: AD, F8 and 7A. RGB value is (173,248,122). Sum of RGB (Red+Green+Blue) = 173+248+122=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF87A is #520785. Grayscale: #D3D3D3. Windows color (decimal): -5375878 or 8059053. OLE color: 8059053.
HSL color Cylindrical-coordinate representation of color #ADF87A: hue angle of 95.71º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADF87A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 122 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.03 |
| HSL | 95.71º | 0.9% | 0.73% | - |
| HSV(B) | 95.71º | 0.51% | 0.97% | - |
| XYZ | 54.31 | 77.42 | 30.49 | - |
| YUV | 211.21 | 77.65 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 122 | 0.30 | 0 | 0.51 | 0.03 | 95.71 | 0.9 | 0.73 |
| Hex | AD | F8 | 7A | 1E | 0 | 33 | 3 | 60 | 5A | 49 |
| Octal | 255 | 370 | 172 | 36 | 0 | 63 | 3 | 140 | 132 | 111 |
| Binary | 10101101 | 11111000 | 1111010 | 11110 | 0 | 110011 | 11 | 1100000 | 1011010 | 1001001 |
Color Harmonies of #ADF87A
Complementary color
Monochromatic Colors of #ADF87A
Black with #ADF87A
Text Example
Text Example
White with #ADF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF87A; }
p { color: rgb(173,248,122); }
H1.HeaderClassName
{
color: #ADF87A;
}
.AnyTagClassName
{
color: #ADF87A;
}
</style>
background-color css
<style>
a { background-color: #ADF87A; }
a { background-color: rgb(173,248,122); }
div.DivClassName
{
background-color: #ADF87A;
}
.BgClassName
{
background-color: #ADF87A;
}
</style>
border-color css
<style>
span { border-color: #ADF87A; }
span { border-color: rgb(173,248,122); }
td.TdClassName
{
border-color: #ADF87A;
}
.TagClassName
{
border-color: #ADF87A;
}
</style>