Shades of Feijoa #ABCD8C
Tints of Feijoa #ABCD8C
RGB
CMYK
RGB Variations
Color information
#ABCD8C (or 0xABCD8C) is known color: Feijoa. HEX triplet: AB, CD and 8C. RGB value is (171,205,140). Sum of RGB (Red+Green+Blue) = 171+205+140=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD8C is #543273. Grayscale: #BBBBBB. Windows color (decimal): -5517940 or 9227691. OLE color: 9227691.
HSL color Cylindrical-coordinate representation of color #ABCD8C: hue angle of 91.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCD8C is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 140 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.20 |
| HSL | 91.38º | 0.39% | 0.68% | - |
| HSV(B) | 91.38º | 0.32% | 0.8% | - |
| XYZ | 43.36 | 54.21 | 32.99 | - |
| YUV | 187.42 | 101.24 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 140 | 0.17 | 0 | 0.32 | 0.20 | 91.38 | 0.39 | 0.68 |
| Hex | AB | CD | 8C | 11 | 0 | 20 | 14 | 5B | 27 | 44 |
| Octal | 253 | 315 | 214 | 21 | 0 | 40 | 24 | 133 | 47 | 104 |
| Binary | 10101011 | 11001101 | 10001100 | 10001 | 0 | 100000 | 10100 | 1011011 | 100111 | 1000100 |
Color Harmonies of #ABCD8C
Complementary color
Monochromatic Colors of #ABCD8C
Black with #ABCD8C
Text Example
Text Example
White with #ABCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD8C; }
p { color: rgb(171,205,140); }
H1.HeaderClassName
{
color: #ABCD8C;
}
.AnyTagClassName
{
color: #ABCD8C;
}
</style>
background-color css
<style>
a { background-color: #ABCD8C; }
a { background-color: rgb(171,205,140); }
div.DivClassName
{
background-color: #ABCD8C;
}
.BgClassName
{
background-color: #ABCD8C;
}
</style>
border-color css
<style>
span { border-color: #ABCD8C; }
span { border-color: rgb(171,205,140); }
td.TdClassName
{
border-color: #ABCD8C;
}
.TagClassName
{
border-color: #ABCD8C;
}
</style>