Shades of Feijoa #ADF681
Tints of Feijoa #ADF681
RGB
CMYK
RGB Variations
Color information
#ADF681 (or 0xADF681) is known color: Feijoa. HEX triplet: AD, F6 and 81. RGB value is (173,246,129). Sum of RGB (Red+Green+Blue) = 173+246+129=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF681 is #52097E. Grayscale: #D3D3D3. Windows color (decimal): -5376383 or 8517293. OLE color: 8517293.
HSL color Cylindrical-coordinate representation of color #ADF681: hue angle of 97.44º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF681 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 129 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.04 |
| HSL | 97.44º | 0.87% | 0.74% | - |
| HSV(B) | 97.44º | 0.48% | 0.96% | - |
| XYZ | 54.15 | 76.38 | 32.66 | - |
| YUV | 210.84 | 81.82 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 129 | 0.30 | 0 | 0.48 | 0.04 | 97.44 | 0.87 | 0.74 |
| Hex | AD | F6 | 81 | 1E | 0 | 30 | 4 | 61 | 57 | 4A |
| Octal | 255 | 366 | 201 | 36 | 0 | 60 | 4 | 141 | 127 | 112 |
| Binary | 10101101 | 11110110 | 10000001 | 11110 | 0 | 110000 | 100 | 1100001 | 1010111 | 1001010 |
Color Harmonies of #ADF681
Complementary color
Monochromatic Colors of #ADF681
Black with #ADF681
Text Example
Text Example
White with #ADF681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF681; }
p { color: rgb(173,246,129); }
H1.HeaderClassName
{
color: #ADF681;
}
.AnyTagClassName
{
color: #ADF681;
}
</style>
background-color css
<style>
a { background-color: #ADF681; }
a { background-color: rgb(173,246,129); }
div.DivClassName
{
background-color: #ADF681;
}
.BgClassName
{
background-color: #ADF681;
}
</style>
border-color css
<style>
span { border-color: #ADF681; }
span { border-color: rgb(173,246,129); }
td.TdClassName
{
border-color: #ADF681;
}
.TagClassName
{
border-color: #ADF681;
}
</style>