Shades of Feijoa #ADF180
Tints of Feijoa #ADF180
RGB
CMYK
RGB Variations
Color information
#ADF180 (or 0xADF180) is known color: Feijoa. HEX triplet: AD, F1 and 80. RGB value is (173,241,128). Sum of RGB (Red+Green+Blue) = 173+241+128=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF180 is #520E7F. Grayscale: #D0D0D0. Windows color (decimal): -5377664 or 8450477. OLE color: 8450477.
HSL color Cylindrical-coordinate representation of color #ADF180: hue angle of 96.11º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADF180 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 128 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.05 |
| HSL | 96.11º | 0.8% | 0.72% | - |
| HSV(B) | 96.11º | 0.47% | 0.95% | - |
| XYZ | 52.59 | 73.35 | 31.81 | - |
| YUV | 207.79 | 82.97 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 128 | 0.28 | 0 | 0.47 | 0.05 | 96.11 | 0.8 | 0.72 |
| Hex | AD | F1 | 80 | 1C | 0 | 2F | 5 | 60 | 50 | 48 |
| Octal | 255 | 361 | 200 | 34 | 0 | 57 | 5 | 140 | 120 | 110 |
| Binary | 10101101 | 11110001 | 10000000 | 11100 | 0 | 101111 | 101 | 1100000 | 1010000 | 1001000 |
Color Harmonies of #ADF180
Complementary color
Monochromatic Colors of #ADF180
Black with #ADF180
Text Example
Text Example
White with #ADF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF180; }
p { color: rgb(173,241,128); }
H1.HeaderClassName
{
color: #ADF180;
}
.AnyTagClassName
{
color: #ADF180;
}
</style>
background-color css
<style>
a { background-color: #ADF180; }
a { background-color: rgb(173,241,128); }
div.DivClassName
{
background-color: #ADF180;
}
.BgClassName
{
background-color: #ADF180;
}
</style>
border-color css
<style>
span { border-color: #ADF180; }
span { border-color: rgb(173,241,128); }
td.TdClassName
{
border-color: #ADF180;
}
.TagClassName
{
border-color: #ADF180;
}
</style>