Shades of Feijoa #ADF072
Tints of Feijoa #ADF072
RGB
CMYK
RGB Variations
Color information
#ADF072 (or 0xADF072) is known color: Feijoa. HEX triplet: AD, F0 and 72. RGB value is (173,240,114). Sum of RGB (Red+Green+Blue) = 173+240+114=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF072 is #520F8D. Grayscale: #CECECE. Windows color (decimal): -5377934 or 7532717. OLE color: 7532717.
HSL color Cylindrical-coordinate representation of color #ADF072: hue angle of 91.9º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADF072 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 114 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.06 |
| HSL | 91.9º | 0.81% | 0.69% | - |
| HSV(B) | 91.9º | 0.53% | 0.94% | - |
| XYZ | 51.43 | 72.42 | 27.19 | - |
| YUV | 205.6 | 76.3 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 114 | 0.28 | 0 | 0.52 | 0.06 | 91.9 | 0.81 | 0.69 |
| Hex | AD | F0 | 72 | 1C | 0 | 34 | 6 | 5C | 51 | 45 |
| Octal | 255 | 360 | 162 | 34 | 0 | 64 | 6 | 134 | 121 | 105 |
| Binary | 10101101 | 11110000 | 1110010 | 11100 | 0 | 110100 | 110 | 1011100 | 1010001 | 1000101 |
Color Harmonies of #ADF072
Complementary color
Monochromatic Colors of #ADF072
Black with #ADF072
Text Example
Text Example
White with #ADF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF072; }
p { color: rgb(173,240,114); }
H1.HeaderClassName
{
color: #ADF072;
}
.AnyTagClassName
{
color: #ADF072;
}
</style>
background-color css
<style>
a { background-color: #ADF072; }
a { background-color: rgb(173,240,114); }
div.DivClassName
{
background-color: #ADF072;
}
.BgClassName
{
background-color: #ADF072;
}
</style>
border-color css
<style>
span { border-color: #ADF072; }
span { border-color: rgb(173,240,114); }
td.TdClassName
{
border-color: #ADF072;
}
.TagClassName
{
border-color: #ADF072;
}
</style>