Shades of Feijoa #ADF883
Tints of Feijoa #ADF883
RGB
CMYK
RGB Variations
Color information
#ADF883 (or 0xADF883) is known color: Feijoa. HEX triplet: AD, F8 and 83. RGB value is (173,248,131). Sum of RGB (Red+Green+Blue) = 173+248+131=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF883 is #52077C. Grayscale: #D4D4D4. Windows color (decimal): -5375869 or 8648877. OLE color: 8648877.
HSL color Cylindrical-coordinate representation of color #ADF883: hue angle of 98.46º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADF883 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 131 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.03 |
| HSL | 98.46º | 0.89% | 0.74% | - |
| HSV(B) | 98.46º | 0.47% | 0.97% | - |
| XYZ | 54.9 | 77.66 | 33.57 | - |
| YUV | 212.24 | 82.15 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 131 | 0.30 | 0 | 0.47 | 0.03 | 98.46 | 0.89 | 0.74 |
| Hex | AD | F8 | 83 | 1E | 0 | 2F | 3 | 62 | 59 | 4A |
| Octal | 255 | 370 | 203 | 36 | 0 | 57 | 3 | 142 | 131 | 112 |
| Binary | 10101101 | 11111000 | 10000011 | 11110 | 0 | 101111 | 11 | 1100010 | 1011001 | 1001010 |
Color Harmonies of #ADF883
Complementary color
Monochromatic Colors of #ADF883
Black with #ADF883
Text Example
Text Example
White with #ADF883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF883; }
p { color: rgb(173,248,131); }
H1.HeaderClassName
{
color: #ADF883;
}
.AnyTagClassName
{
color: #ADF883;
}
</style>
background-color css
<style>
a { background-color: #ADF883; }
a { background-color: rgb(173,248,131); }
div.DivClassName
{
background-color: #ADF883;
}
.BgClassName
{
background-color: #ADF883;
}
</style>
border-color css
<style>
span { border-color: #ADF883; }
span { border-color: rgb(173,248,131); }
td.TdClassName
{
border-color: #ADF883;
}
.TagClassName
{
border-color: #ADF883;
}
</style>