Shades of Feijoa #ADF181
Tints of Feijoa #ADF181
RGB
CMYK
RGB Variations
Color information
#ADF181 (or 0xADF181) is known color: Feijoa. HEX triplet: AD, F1 and 81. RGB value is (173,241,129). Sum of RGB (Red+Green+Blue) = 173+241+129=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF181 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF181 is #520E7E. Grayscale: #D0D0D0. Windows color (decimal): -5377663 or 8516013. OLE color: 8516013.
HSL color Cylindrical-coordinate representation of color #ADF181: hue angle of 96.43º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF181 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 129 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.05 |
| HSL | 96.43º | 0.8% | 0.73% | - |
| HSV(B) | 96.43º | 0.46% | 0.95% | - |
| XYZ | 52.65 | 73.38 | 32.16 | - |
| YUV | 207.9 | 83.47 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 129 | 0.28 | 0 | 0.46 | 0.05 | 96.43 | 0.8 | 0.73 |
| Hex | AD | F1 | 81 | 1C | 0 | 2E | 5 | 60 | 50 | 49 |
| Octal | 255 | 361 | 201 | 34 | 0 | 56 | 5 | 140 | 120 | 111 |
| Binary | 10101101 | 11110001 | 10000001 | 11100 | 0 | 101110 | 101 | 1100000 | 1010000 | 1001001 |
Color Harmonies of #ADF181
Complementary color
Monochromatic Colors of #ADF181
Black with #ADF181
Text Example
Text Example
White with #ADF181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF181; }
p { color: rgb(173,241,129); }
H1.HeaderClassName
{
color: #ADF181;
}
.AnyTagClassName
{
color: #ADF181;
}
</style>
background-color css
<style>
a { background-color: #ADF181; }
a { background-color: rgb(173,241,129); }
div.DivClassName
{
background-color: #ADF181;
}
.BgClassName
{
background-color: #ADF181;
}
</style>
border-color css
<style>
span { border-color: #ADF181; }
span { border-color: rgb(173,241,129); }
td.TdClassName
{
border-color: #ADF181;
}
.TagClassName
{
border-color: #ADF181;
}
</style>