Shades of Feijoa #ADF175
Tints of Feijoa #ADF175
RGB
CMYK
RGB Variations
Color information
#ADF175 (or 0xADF175) is known color: Feijoa. HEX triplet: AD, F1 and 75. RGB value is (173,241,117). Sum of RGB (Red+Green+Blue) = 173+241+117=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF175 is #520E8A. Grayscale: #CECECE. Windows color (decimal): -5377675 or 7729581. OLE color: 7729581.
HSL color Cylindrical-coordinate representation of color #ADF175: hue angle of 92.9º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADF175 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 117 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.05 |
| HSL | 92.9º | 0.82% | 0.7% | - |
| HSV(B) | 92.9º | 0.51% | 0.95% | - |
| XYZ | 51.9 | 73.08 | 28.2 | - |
| YUV | 206.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 117 | 0.28 | 0 | 0.51 | 0.05 | 92.9 | 0.82 | 0.7 |
| Hex | AD | F1 | 75 | 1C | 0 | 33 | 5 | 5D | 52 | 46 |
| Octal | 255 | 361 | 165 | 34 | 0 | 63 | 5 | 135 | 122 | 106 |
| Binary | 10101101 | 11110001 | 1110101 | 11100 | 0 | 110011 | 101 | 1011101 | 1010010 | 1000110 |
Color Harmonies of #ADF175
Complementary color
Monochromatic Colors of #ADF175
Black with #ADF175
Text Example
Text Example
White with #ADF175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF175; }
p { color: rgb(173,241,117); }
H1.HeaderClassName
{
color: #ADF175;
}
.AnyTagClassName
{
color: #ADF175;
}
</style>
background-color css
<style>
a { background-color: #ADF175; }
a { background-color: rgb(173,241,117); }
div.DivClassName
{
background-color: #ADF175;
}
.BgClassName
{
background-color: #ADF175;
}
</style>
border-color css
<style>
span { border-color: #ADF175; }
span { border-color: rgb(173,241,117); }
td.TdClassName
{
border-color: #ADF175;
}
.TagClassName
{
border-color: #ADF175;
}
</style>