Shades of Feijoa #ADF172
Tints of Feijoa #ADF172
RGB
CMYK
RGB Variations
Color information
#ADF172 (or 0xADF172) is known color: Feijoa. HEX triplet: AD, F1 and 72. RGB value is (173,241,114). Sum of RGB (Red+Green+Blue) = 173+241+114=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF172 is #520E8D. Grayscale: #CECECE. Windows color (decimal): -5377678 or 7532973. OLE color: 7532973.
HSL color Cylindrical-coordinate representation of color #ADF172: hue angle of 92.13º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF172 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 114 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.05 |
| HSL | 92.13º | 0.82% | 0.7% | - |
| HSV(B) | 92.13º | 0.53% | 0.95% | - |
| XYZ | 51.73 | 73.01 | 27.29 | - |
| YUV | 206.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 114 | 0.28 | 0 | 0.53 | 0.05 | 92.13 | 0.82 | 0.7 |
| Hex | AD | F1 | 72 | 1C | 0 | 35 | 5 | 5C | 52 | 46 |
| Octal | 255 | 361 | 162 | 34 | 0 | 65 | 5 | 134 | 122 | 106 |
| Binary | 10101101 | 11110001 | 1110010 | 11100 | 0 | 110101 | 101 | 1011100 | 1010010 | 1000110 |
Color Harmonies of #ADF172
Complementary color
Monochromatic Colors of #ADF172
Black with #ADF172
Text Example
Text Example
White with #ADF172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF172; }
p { color: rgb(173,241,114); }
H1.HeaderClassName
{
color: #ADF172;
}
.AnyTagClassName
{
color: #ADF172;
}
</style>
background-color css
<style>
a { background-color: #ADF172; }
a { background-color: rgb(173,241,114); }
div.DivClassName
{
background-color: #ADF172;
}
.BgClassName
{
background-color: #ADF172;
}
</style>
border-color css
<style>
span { border-color: #ADF172; }
span { border-color: rgb(173,241,114); }
td.TdClassName
{
border-color: #ADF172;
}
.TagClassName
{
border-color: #ADF172;
}
</style>