Shades of Feijoa #ABD398
Tints of Feijoa #ABD398
RGB
CMYK
RGB Variations
Color information
#ABD398 (or 0xABD398) is known color: Feijoa. HEX triplet: AB, D3 and 98. RGB value is (171,211,152). Sum of RGB (Red+Green+Blue) = 171+211+152=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD398 is #542C67. Grayscale: #C0C0C0. Windows color (decimal): -5516392 or 10015659. OLE color: 10015659.
HSL color Cylindrical-coordinate representation of color #ABD398: hue angle of 100.68º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABD398 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 152 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.17 |
| HSL | 100.68º | 0.4% | 0.71% | - |
| HSV(B) | 100.68º | 0.28% | 0.83% | - |
| XYZ | 45.76 | 57.51 | 38.4 | - |
| YUV | 192.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 152 | 0.19 | 0 | 0.28 | 0.17 | 100.68 | 0.4 | 0.71 |
| Hex | AB | D3 | 98 | 13 | 0 | 1C | 11 | 65 | 28 | 47 |
| Octal | 253 | 323 | 230 | 23 | 0 | 34 | 21 | 145 | 50 | 107 |
| Binary | 10101011 | 11010011 | 10011000 | 10011 | 0 | 11100 | 10001 | 1100101 | 101000 | 1000111 |
Color Harmonies of #ABD398
Complementary color
Monochromatic Colors of #ABD398
Black with #ABD398
Text Example
Text Example
White with #ABD398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD398; }
p { color: rgb(171,211,152); }
H1.HeaderClassName
{
color: #ABD398;
}
.AnyTagClassName
{
color: #ABD398;
}
</style>
background-color css
<style>
a { background-color: #ABD398; }
a { background-color: rgb(171,211,152); }
div.DivClassName
{
background-color: #ABD398;
}
.BgClassName
{
background-color: #ABD398;
}
</style>
border-color css
<style>
span { border-color: #ABD398; }
span { border-color: rgb(171,211,152); }
td.TdClassName
{
border-color: #ABD398;
}
.TagClassName
{
border-color: #ABD398;
}
</style>