Shades of Feijoa #ABCD8B
Tints of Feijoa #ABCD8B
RGB
CMYK
RGB Variations
Color information
#ABCD8B (or 0xABCD8B) is known color: Feijoa. HEX triplet: AB, CD and 8B. RGB value is (171,205,139). Sum of RGB (Red+Green+Blue) = 171+205+139=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD8B is #543274. Grayscale: #BBBBBB. Windows color (decimal): -5517941 or 9162155. OLE color: 9162155.
HSL color Cylindrical-coordinate representation of color #ABCD8B: hue angle of 90.91º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCD8B is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 139 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.20 |
| HSL | 90.91º | 0.4% | 0.67% | - |
| HSV(B) | 90.91º | 0.32% | 0.8% | - |
| XYZ | 43.29 | 54.18 | 32.6 | - |
| YUV | 187.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 139 | 0.17 | 0 | 0.32 | 0.20 | 90.91 | 0.4 | 0.67 |
| Hex | AB | CD | 8B | 11 | 0 | 20 | 14 | 5B | 28 | 43 |
| Octal | 253 | 315 | 213 | 21 | 0 | 40 | 24 | 133 | 50 | 103 |
| Binary | 10101011 | 11001101 | 10001011 | 10001 | 0 | 100000 | 10100 | 1011011 | 101000 | 1000011 |
Color Harmonies of #ABCD8B
Complementary color
Monochromatic Colors of #ABCD8B
Black with #ABCD8B
Text Example
Text Example
White with #ABCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD8B; }
p { color: rgb(171,205,139); }
H1.HeaderClassName
{
color: #ABCD8B;
}
.AnyTagClassName
{
color: #ABCD8B;
}
</style>
background-color css
<style>
a { background-color: #ABCD8B; }
a { background-color: rgb(171,205,139); }
div.DivClassName
{
background-color: #ABCD8B;
}
.BgClassName
{
background-color: #ABCD8B;
}
</style>
border-color css
<style>
span { border-color: #ABCD8B; }
span { border-color: rgb(171,205,139); }
td.TdClassName
{
border-color: #ABCD8B;
}
.TagClassName
{
border-color: #ABCD8B;
}
</style>