Shades of Feijoa #ADF183
Tints of Feijoa #ADF183
RGB
CMYK
RGB Variations
Color information
#ADF183 (or 0xADF183) is known color: Feijoa. HEX triplet: AD, F1 and 83. RGB value is (173,241,131). Sum of RGB (Red+Green+Blue) = 173+241+131=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF183 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF183 is #520E7C. Grayscale: #D0D0D0. Windows color (decimal): -5377661 or 8647085. OLE color: 8647085.
HSL color Cylindrical-coordinate representation of color #ADF183: hue angle of 97.09º 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 #ADF183 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 131 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.05 |
| HSL | 97.09º | 0.8% | 0.73% | - |
| HSV(B) | 97.09º | 0.46% | 0.95% | - |
| XYZ | 52.79 | 73.43 | 32.86 | - |
| YUV | 208.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 131 | 0.28 | 0 | 0.46 | 0.05 | 97.09 | 0.8 | 0.73 |
| Hex | AD | F1 | 83 | 1C | 0 | 2E | 5 | 61 | 50 | 49 |
| Octal | 255 | 361 | 203 | 34 | 0 | 56 | 5 | 141 | 120 | 111 |
| Binary | 10101101 | 11110001 | 10000011 | 11100 | 0 | 101110 | 101 | 1100001 | 1010000 | 1001001 |
Color Harmonies of #ADF183
Complementary color
Monochromatic Colors of #ADF183
Black with #ADF183
Text Example
Text Example
White with #ADF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF183; }
p { color: rgb(173,241,131); }
H1.HeaderClassName
{
color: #ADF183;
}
.AnyTagClassName
{
color: #ADF183;
}
</style>
background-color css
<style>
a { background-color: #ADF183; }
a { background-color: rgb(173,241,131); }
div.DivClassName
{
background-color: #ADF183;
}
.BgClassName
{
background-color: #ADF183;
}
</style>
border-color css
<style>
span { border-color: #ADF183; }
span { border-color: rgb(173,241,131); }
td.TdClassName
{
border-color: #ADF183;
}
.TagClassName
{
border-color: #ADF183;
}
</style>