Shades of Feijoa #ABCD8F
Tints of Feijoa #ABCD8F
RGB
CMYK
RGB Variations
Color information
#ABCD8F (or 0xABCD8F) is known color: Feijoa. HEX triplet: AB, CD and 8F. RGB value is (171,205,143). Sum of RGB (Red+Green+Blue) = 171+205+143=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD8F is #543270. Grayscale: #BBBBBB. Windows color (decimal): -5517937 or 9424299. OLE color: 9424299.
HSL color Cylindrical-coordinate representation of color #ABCD8F: hue angle of 92.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCD8F is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 143 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.20 |
| HSL | 92.9º | 0.38% | 0.68% | - |
| HSV(B) | 92.9º | 0.3% | 0.8% | - |
| XYZ | 43.58 | 54.3 | 34.17 | - |
| YUV | 187.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 143 | 0.17 | 0 | 0.30 | 0.20 | 92.9 | 0.38 | 0.68 |
| Hex | AB | CD | 8F | 11 | 0 | 1E | 14 | 5D | 26 | 44 |
| Octal | 253 | 315 | 217 | 21 | 0 | 36 | 24 | 135 | 46 | 104 |
| Binary | 10101011 | 11001101 | 10001111 | 10001 | 0 | 11110 | 10100 | 1011101 | 100110 | 1000100 |
Color Harmonies of #ABCD8F
Complementary color
Monochromatic Colors of #ABCD8F
Black with #ABCD8F
Text Example
Text Example
White with #ABCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD8F; }
p { color: rgb(171,205,143); }
H1.HeaderClassName
{
color: #ABCD8F;
}
.AnyTagClassName
{
color: #ABCD8F;
}
</style>
background-color css
<style>
a { background-color: #ABCD8F; }
a { background-color: rgb(171,205,143); }
div.DivClassName
{
background-color: #ABCD8F;
}
.BgClassName
{
background-color: #ABCD8F;
}
</style>
border-color css
<style>
span { border-color: #ABCD8F; }
span { border-color: rgb(171,205,143); }
td.TdClassName
{
border-color: #ABCD8F;
}
.TagClassName
{
border-color: #ABCD8F;
}
</style>