Shades of Feijoa #ADF17C
Tints of Feijoa #ADF17C
RGB
CMYK
RGB Variations
Color information
#ADF17C (or 0xADF17C) is known color: Feijoa. HEX triplet: AD, F1 and 7C. RGB value is (173,241,124). Sum of RGB (Red+Green+Blue) = 173+241+124=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF17C is #520E83. Grayscale: #CFCFCF. Windows color (decimal): -5377668 or 8188333. OLE color: 8188333.
HSL color Cylindrical-coordinate representation of color #ADF17C: hue angle of 94.87º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF17C is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 124 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.05 |
| HSL | 94.87º | 0.81% | 0.72% | - |
| HSV(B) | 94.87º | 0.49% | 0.95% | - |
| XYZ | 52.33 | 73.25 | 30.45 | - |
| YUV | 207.33 | 80.97 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 124 | 0.28 | 0 | 0.49 | 0.05 | 94.87 | 0.81 | 0.72 |
| Hex | AD | F1 | 7C | 1C | 0 | 31 | 5 | 5F | 51 | 48 |
| Octal | 255 | 361 | 174 | 34 | 0 | 61 | 5 | 137 | 121 | 110 |
| Binary | 10101101 | 11110001 | 1111100 | 11100 | 0 | 110001 | 101 | 1011111 | 1010001 | 1001000 |
Color Harmonies of #ADF17C
Complementary color
Monochromatic Colors of #ADF17C
Black with #ADF17C
Text Example
Text Example
White with #ADF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF17C; }
p { color: rgb(173,241,124); }
H1.HeaderClassName
{
color: #ADF17C;
}
.AnyTagClassName
{
color: #ADF17C;
}
</style>
background-color css
<style>
a { background-color: #ADF17C; }
a { background-color: rgb(173,241,124); }
div.DivClassName
{
background-color: #ADF17C;
}
.BgClassName
{
background-color: #ADF17C;
}
</style>
border-color css
<style>
span { border-color: #ADF17C; }
span { border-color: rgb(173,241,124); }
td.TdClassName
{
border-color: #ADF17C;
}
.TagClassName
{
border-color: #ADF17C;
}
</style>