Shades of Feijoa #ADF983
Tints of Feijoa #ADF983
RGB
CMYK
RGB Variations
Color information
#ADF983 (or 0xADF983) is known color: Feijoa. HEX triplet: AD, F9 and 83. RGB value is (173,249,131). Sum of RGB (Red+Green+Blue) = 173+249+131=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF983 is #52067C. Grayscale: #D5D5D5. Windows color (decimal): -5375613 or 8649133. OLE color: 8649133.
HSL color Cylindrical-coordinate representation of color #ADF983: hue angle of 98.64º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADF983 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 131 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.02 |
| HSL | 98.64º | 0.91% | 0.75% | - |
| HSV(B) | 98.64º | 0.47% | 0.98% | - |
| XYZ | 55.21 | 78.27 | 33.67 | - |
| YUV | 212.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 131 | 0.31 | 0 | 0.47 | 0.02 | 98.64 | 0.91 | 0.75 |
| Hex | AD | F9 | 83 | 1F | 0 | 2F | 2 | 63 | 5B | 4B |
| Octal | 255 | 371 | 203 | 37 | 0 | 57 | 2 | 143 | 133 | 113 |
| Binary | 10101101 | 11111001 | 10000011 | 11111 | 0 | 101111 | 10 | 1100011 | 1011011 | 1001011 |
Color Harmonies of #ADF983
Complementary color
Monochromatic Colors of #ADF983
Black with #ADF983
Text Example
Text Example
White with #ADF983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF983; }
p { color: rgb(173,249,131); }
H1.HeaderClassName
{
color: #ADF983;
}
.AnyTagClassName
{
color: #ADF983;
}
</style>
background-color css
<style>
a { background-color: #ADF983; }
a { background-color: rgb(173,249,131); }
div.DivClassName
{
background-color: #ADF983;
}
.BgClassName
{
background-color: #ADF983;
}
</style>
border-color css
<style>
span { border-color: #ADF983; }
span { border-color: rgb(173,249,131); }
td.TdClassName
{
border-color: #ADF983;
}
.TagClassName
{
border-color: #ADF983;
}
</style>