Shades of Feijoa #ADF182
Tints of Feijoa #ADF182
RGB
CMYK
RGB Variations
Color information
#ADF182 (or 0xADF182) is known color: Feijoa. HEX triplet: AD, F1 and 82. RGB value is (173,241,130). Sum of RGB (Red+Green+Blue) = 173+241+130=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF182 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF182 is #520E7D. Grayscale: #D0D0D0. Windows color (decimal): -5377662 or 8581549. OLE color: 8581549.
HSL color Cylindrical-coordinate representation of color #ADF182: hue angle of 96.76º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF182 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 130 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.05 |
| HSL | 96.76º | 0.8% | 0.73% | - |
| HSV(B) | 96.76º | 0.46% | 0.95% | - |
| XYZ | 52.72 | 73.41 | 32.51 | - |
| YUV | 208.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 130 | 0.28 | 0 | 0.46 | 0.05 | 96.76 | 0.8 | 0.73 |
| Hex | AD | F1 | 82 | 1C | 0 | 2E | 5 | 61 | 50 | 49 |
| Octal | 255 | 361 | 202 | 34 | 0 | 56 | 5 | 141 | 120 | 111 |
| Binary | 10101101 | 11110001 | 10000010 | 11100 | 0 | 101110 | 101 | 1100001 | 1010000 | 1001001 |
Color Harmonies of #ADF182
Complementary color
Monochromatic Colors of #ADF182
Black with #ADF182
Text Example
Text Example
White with #ADF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF182; }
p { color: rgb(173,241,130); }
H1.HeaderClassName
{
color: #ADF182;
}
.AnyTagClassName
{
color: #ADF182;
}
</style>
background-color css
<style>
a { background-color: #ADF182; }
a { background-color: rgb(173,241,130); }
div.DivClassName
{
background-color: #ADF182;
}
.BgClassName
{
background-color: #ADF182;
}
</style>
border-color css
<style>
span { border-color: #ADF182; }
span { border-color: rgb(173,241,130); }
td.TdClassName
{
border-color: #ADF182;
}
.TagClassName
{
border-color: #ADF182;
}
</style>