Shades of Feijoa #ABCD8A
Tints of Feijoa #ABCD8A
RGB
CMYK
RGB Variations
Color information
#ABCD8A (or 0xABCD8A) is known color: Feijoa. HEX triplet: AB, CD and 8A. RGB value is (171,205,138). Sum of RGB (Red+Green+Blue) = 171+205+138=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD8A is #543275. Grayscale: #BBBBBB. Windows color (decimal): -5517942 or 9096619. OLE color: 9096619.
HSL color Cylindrical-coordinate representation of color #ABCD8A: hue angle of 90.45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCD8A is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 138 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.20 |
| HSL | 90.45º | 0.4% | 0.67% | - |
| HSV(B) | 90.45º | 0.33% | 0.8% | - |
| XYZ | 43.21 | 54.16 | 32.22 | - |
| YUV | 187.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 138 | 0.17 | 0 | 0.33 | 0.20 | 90.45 | 0.4 | 0.67 |
| Hex | AB | CD | 8A | 11 | 0 | 21 | 14 | 5A | 28 | 43 |
| Octal | 253 | 315 | 212 | 21 | 0 | 41 | 24 | 132 | 50 | 103 |
| Binary | 10101011 | 11001101 | 10001010 | 10001 | 0 | 100001 | 10100 | 1011010 | 101000 | 1000011 |
Color Harmonies of #ABCD8A
Complementary color
Monochromatic Colors of #ABCD8A
Black with #ABCD8A
Text Example
Text Example
White with #ABCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD8A; }
p { color: rgb(171,205,138); }
H1.HeaderClassName
{
color: #ABCD8A;
}
.AnyTagClassName
{
color: #ABCD8A;
}
</style>
background-color css
<style>
a { background-color: #ABCD8A; }
a { background-color: rgb(171,205,138); }
div.DivClassName
{
background-color: #ABCD8A;
}
.BgClassName
{
background-color: #ABCD8A;
}
</style>
border-color css
<style>
span { border-color: #ABCD8A; }
span { border-color: rgb(171,205,138); }
td.TdClassName
{
border-color: #ABCD8A;
}
.TagClassName
{
border-color: #ABCD8A;
}
</style>