Shades of Feijoa #ADF17E
Tints of Feijoa #ADF17E
RGB
CMYK
RGB Variations
Color information
#ADF17E (or 0xADF17E) is known color: Feijoa. HEX triplet: AD, F1 and 7E. RGB value is (173,241,126). Sum of RGB (Red+Green+Blue) = 173+241+126=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF17E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF17E is #520E81. Grayscale: #CFCFCF. Windows color (decimal): -5377666 or 8319405. OLE color: 8319405.
HSL color Cylindrical-coordinate representation of color #ADF17E: hue angle of 95.48º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF17E is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 126 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.05 |
| HSL | 95.48º | 0.8% | 0.72% | - |
| HSV(B) | 95.48º | 0.48% | 0.95% | - |
| XYZ | 52.45 | 73.3 | 31.12 | - |
| YUV | 207.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 126 | 0.28 | 0 | 0.48 | 0.05 | 95.48 | 0.8 | 0.72 |
| Hex | AD | F1 | 7E | 1C | 0 | 30 | 5 | 5F | 50 | 48 |
| Octal | 255 | 361 | 176 | 34 | 0 | 60 | 5 | 137 | 120 | 110 |
| Binary | 10101101 | 11110001 | 1111110 | 11100 | 0 | 110000 | 101 | 1011111 | 1010000 | 1001000 |
Color Harmonies of #ADF17E
Complementary color
Monochromatic Colors of #ADF17E
Black with #ADF17E
Text Example
Text Example
White with #ADF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF17E; }
p { color: rgb(173,241,126); }
H1.HeaderClassName
{
color: #ADF17E;
}
.AnyTagClassName
{
color: #ADF17E;
}
</style>
background-color css
<style>
a { background-color: #ADF17E; }
a { background-color: rgb(173,241,126); }
div.DivClassName
{
background-color: #ADF17E;
}
.BgClassName
{
background-color: #ADF17E;
}
</style>
border-color css
<style>
span { border-color: #ADF17E; }
span { border-color: rgb(173,241,126); }
td.TdClassName
{
border-color: #ADF17E;
}
.TagClassName
{
border-color: #ADF17E;
}
</style>