Shades of Feijoa #ADF185
Tints of Feijoa #ADF185
RGB
CMYK
RGB Variations
Color information
#ADF185 (or 0xADF185) is known color: Feijoa. HEX triplet: AD, F1 and 85. RGB value is (173,241,133). Sum of RGB (Red+Green+Blue) = 173+241+133=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF185 is #520E7A. Grayscale: #D0D0D0. Windows color (decimal): -5377659 or 8778157. OLE color: 8778157.
HSL color Cylindrical-coordinate representation of color #ADF185: hue angle of 97.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF185 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 133 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.05 |
| HSL | 97.78º | 0.79% | 0.73% | - |
| HSV(B) | 97.78º | 0.45% | 0.95% | - |
| XYZ | 52.92 | 73.49 | 33.59 | - |
| YUV | 208.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 133 | 0.28 | 0 | 0.45 | 0.05 | 97.78 | 0.79 | 0.73 |
| Hex | AD | F1 | 85 | 1C | 0 | 2D | 5 | 62 | 4F | 49 |
| Octal | 255 | 361 | 205 | 34 | 0 | 55 | 5 | 142 | 117 | 111 |
| Binary | 10101101 | 11110001 | 10000101 | 11100 | 0 | 101101 | 101 | 1100010 | 1001111 | 1001001 |
Color Harmonies of #ADF185
Complementary color
Monochromatic Colors of #ADF185
Black with #ADF185
Text Example
Text Example
White with #ADF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF185; }
p { color: rgb(173,241,133); }
H1.HeaderClassName
{
color: #ADF185;
}
.AnyTagClassName
{
color: #ADF185;
}
</style>
background-color css
<style>
a { background-color: #ADF185; }
a { background-color: rgb(173,241,133); }
div.DivClassName
{
background-color: #ADF185;
}
.BgClassName
{
background-color: #ADF185;
}
</style>
border-color css
<style>
span { border-color: #ADF185; }
span { border-color: rgb(173,241,133); }
td.TdClassName
{
border-color: #ADF185;
}
.TagClassName
{
border-color: #ADF185;
}
</style>