Shades of Feijoa #ADF880
Tints of Feijoa #ADF880
RGB
CMYK
RGB Variations
Color information
#ADF880 (or 0xADF880) is known color: Feijoa. HEX triplet: AD, F8 and 80. RGB value is (173,248,128). Sum of RGB (Red+Green+Blue) = 173+248+128=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF880 is #52077F. Grayscale: #D4D4D4. Windows color (decimal): -5375872 or 8452269. OLE color: 8452269.
HSL color Cylindrical-coordinate representation of color #ADF880: hue angle of 97.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF880 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 128 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.03 |
| HSL | 97.5º | 0.9% | 0.74% | - |
| HSV(B) | 97.5º | 0.48% | 0.97% | - |
| XYZ | 54.7 | 77.58 | 32.51 | - |
| YUV | 211.9 | 80.65 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 128 | 0.30 | 0 | 0.48 | 0.03 | 97.5 | 0.9 | 0.74 |
| Hex | AD | F8 | 80 | 1E | 0 | 30 | 3 | 62 | 5A | 4A |
| Octal | 255 | 370 | 200 | 36 | 0 | 60 | 3 | 142 | 132 | 112 |
| Binary | 10101101 | 11111000 | 10000000 | 11110 | 0 | 110000 | 11 | 1100010 | 1011010 | 1001010 |
Color Harmonies of #ADF880
Complementary color
Monochromatic Colors of #ADF880
Black with #ADF880
Text Example
Text Example
White with #ADF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF880; }
p { color: rgb(173,248,128); }
H1.HeaderClassName
{
color: #ADF880;
}
.AnyTagClassName
{
color: #ADF880;
}
</style>
background-color css
<style>
a { background-color: #ADF880; }
a { background-color: rgb(173,248,128); }
div.DivClassName
{
background-color: #ADF880;
}
.BgClassName
{
background-color: #ADF880;
}
</style>
border-color css
<style>
span { border-color: #ADF880; }
span { border-color: rgb(173,248,128); }
td.TdClassName
{
border-color: #ADF880;
}
.TagClassName
{
border-color: #ADF880;
}
</style>