Shades of Feijoa #ABD38B
Tints of Feijoa #ABD38B
RGB
CMYK
RGB Variations
Color information
#ABD38B (or 0xABD38B) is known color: Feijoa. HEX triplet: AB, D3 and 8B. RGB value is (171,211,139). Sum of RGB (Red+Green+Blue) = 171+211+139=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD38B is #542C74. Grayscale: #BFBFBF. Windows color (decimal): -5516405 or 9163691. OLE color: 9163691.
HSL color Cylindrical-coordinate representation of color #ABD38B: hue angle of 93.33º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABD38B is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 139 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.17 |
| HSL | 93.33º | 0.45% | 0.69% | - |
| HSV(B) | 93.33º | 0.34% | 0.83% | - |
| XYZ | 44.75 | 57.11 | 33.09 | - |
| YUV | 190.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 139 | 0.19 | 0 | 0.34 | 0.17 | 93.33 | 0.45 | 0.69 |
| Hex | AB | D3 | 8B | 13 | 0 | 22 | 11 | 5D | 2D | 45 |
| Octal | 253 | 323 | 213 | 23 | 0 | 42 | 21 | 135 | 55 | 105 |
| Binary | 10101011 | 11010011 | 10001011 | 10011 | 0 | 100010 | 10001 | 1011101 | 101101 | 1000101 |
Color Harmonies of #ABD38B
Complementary color
Monochromatic Colors of #ABD38B
Black with #ABD38B
Text Example
Text Example
White with #ABD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD38B; }
p { color: rgb(171,211,139); }
H1.HeaderClassName
{
color: #ABD38B;
}
.AnyTagClassName
{
color: #ABD38B;
}
</style>
background-color css
<style>
a { background-color: #ABD38B; }
a { background-color: rgb(171,211,139); }
div.DivClassName
{
background-color: #ABD38B;
}
.BgClassName
{
background-color: #ABD38B;
}
</style>
border-color css
<style>
span { border-color: #ABD38B; }
span { border-color: rgb(171,211,139); }
td.TdClassName
{
border-color: #ABD38B;
}
.TagClassName
{
border-color: #ABD38B;
}
</style>