Shades of Feijoa #ADF588
Tints of Feijoa #ADF588
RGB
CMYK
RGB Variations
Color information
#ADF588 (or 0xADF588) is known color: Feijoa. HEX triplet: AD, F5 and 88. RGB value is (173,245,136). Sum of RGB (Red+Green+Blue) = 173+245+136=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF588 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF588 is #520A77. Grayscale: #D3D3D3. Windows color (decimal): -5376632 or 8975789. OLE color: 8975789.
HSL color Cylindrical-coordinate representation of color #ADF588: hue angle of 99.63º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADF588 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 136 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.04 |
| HSL | 99.63º | 0.84% | 0.75% | - |
| HSV(B) | 99.63º | 0.44% | 0.96% | - |
| XYZ | 54.33 | 75.97 | 35.09 | - |
| YUV | 211.05 | 85.65 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 136 | 0.29 | 0 | 0.44 | 0.04 | 99.63 | 0.84 | 0.75 |
| Hex | AD | F5 | 88 | 1D | 0 | 2C | 4 | 64 | 54 | 4B |
| Octal | 255 | 365 | 210 | 35 | 0 | 54 | 4 | 144 | 124 | 113 |
| Binary | 10101101 | 11110101 | 10001000 | 11101 | 0 | 101100 | 100 | 1100100 | 1010100 | 1001011 |
Color Harmonies of #ADF588
Complementary color
Monochromatic Colors of #ADF588
Black with #ADF588
Text Example
Text Example
White with #ADF588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF588; }
p { color: rgb(173,245,136); }
H1.HeaderClassName
{
color: #ADF588;
}
.AnyTagClassName
{
color: #ADF588;
}
</style>
background-color css
<style>
a { background-color: #ADF588; }
a { background-color: rgb(173,245,136); }
div.DivClassName
{
background-color: #ADF588;
}
.BgClassName
{
background-color: #ADF588;
}
</style>
border-color css
<style>
span { border-color: #ADF588; }
span { border-color: rgb(173,245,136); }
td.TdClassName
{
border-color: #ADF588;
}
.TagClassName
{
border-color: #ADF588;
}
</style>