Shades of Feijoa #ADF082
Tints of Feijoa #ADF082
RGB
CMYK
RGB Variations
Color information
#ADF082 (or 0xADF082) is known color: Feijoa. HEX triplet: AD, F0 and 82. RGB value is (173,240,130). Sum of RGB (Red+Green+Blue) = 173+240+130=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF082 is #520F7D. Grayscale: #CFCFCF. Windows color (decimal): -5377918 or 8581293. OLE color: 8581293.
HSL color Cylindrical-coordinate representation of color #ADF082: hue angle of 96.55º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF082 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 130 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.06 |
| HSL | 96.55º | 0.79% | 0.73% | - |
| HSV(B) | 96.55º | 0.46% | 0.94% | - |
| XYZ | 52.42 | 72.82 | 32.41 | - |
| YUV | 207.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 130 | 0.28 | 0 | 0.46 | 0.06 | 96.55 | 0.79 | 0.73 |
| Hex | AD | F0 | 82 | 1C | 0 | 2E | 6 | 61 | 4F | 49 |
| Octal | 255 | 360 | 202 | 34 | 0 | 56 | 6 | 141 | 117 | 111 |
| Binary | 10101101 | 11110000 | 10000010 | 11100 | 0 | 101110 | 110 | 1100001 | 1001111 | 1001001 |
Color Harmonies of #ADF082
Complementary color
Monochromatic Colors of #ADF082
Black with #ADF082
Text Example
Text Example
White with #ADF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF082; }
p { color: rgb(173,240,130); }
H1.HeaderClassName
{
color: #ADF082;
}
.AnyTagClassName
{
color: #ADF082;
}
</style>
background-color css
<style>
a { background-color: #ADF082; }
a { background-color: rgb(173,240,130); }
div.DivClassName
{
background-color: #ADF082;
}
.BgClassName
{
background-color: #ADF082;
}
</style>
border-color css
<style>
span { border-color: #ADF082; }
span { border-color: rgb(173,240,130); }
td.TdClassName
{
border-color: #ADF082;
}
.TagClassName
{
border-color: #ADF082;
}
</style>