Shades of Feijoa #ADF684
Tints of Feijoa #ADF684
RGB
CMYK
RGB Variations
Color information
#ADF684 (or 0xADF684) is known color: Feijoa. HEX triplet: AD, F6 and 84. RGB value is (173,246,132). Sum of RGB (Red+Green+Blue) = 173+246+132=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF684 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF684 is #52097B. Grayscale: #D3D3D3. Windows color (decimal): -5376380 or 8713901. OLE color: 8713901.
HSL color Cylindrical-coordinate representation of color #ADF684: hue angle of 98.42º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF684 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 132 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.04 |
| HSL | 98.42º | 0.86% | 0.74% | - |
| HSV(B) | 98.42º | 0.46% | 0.96% | - |
| XYZ | 54.35 | 76.46 | 33.72 | - |
| YUV | 211.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 132 | 0.30 | 0 | 0.46 | 0.04 | 98.42 | 0.86 | 0.74 |
| Hex | AD | F6 | 84 | 1E | 0 | 2E | 4 | 62 | 56 | 4A |
| Octal | 255 | 366 | 204 | 36 | 0 | 56 | 4 | 142 | 126 | 112 |
| Binary | 10101101 | 11110110 | 10000100 | 11110 | 0 | 101110 | 100 | 1100010 | 1010110 | 1001010 |
Color Harmonies of #ADF684
Complementary color
Monochromatic Colors of #ADF684
Black with #ADF684
Text Example
Text Example
White with #ADF684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF684; }
p { color: rgb(173,246,132); }
H1.HeaderClassName
{
color: #ADF684;
}
.AnyTagClassName
{
color: #ADF684;
}
</style>
background-color css
<style>
a { background-color: #ADF684; }
a { background-color: rgb(173,246,132); }
div.DivClassName
{
background-color: #ADF684;
}
.BgClassName
{
background-color: #ADF684;
}
</style>
border-color css
<style>
span { border-color: #ADF684; }
span { border-color: rgb(173,246,132); }
td.TdClassName
{
border-color: #ADF684;
}
.TagClassName
{
border-color: #ADF684;
}
</style>