Shades of Feijoa #ABCC96
Tints of Feijoa #ABCC96
RGB
CMYK
RGB Variations
Color information
#ABCC96 (or 0xABCC96) is known color: Feijoa. HEX triplet: AB, CC and 96. RGB value is (171,204,150). Sum of RGB (Red+Green+Blue) = 171+204+150=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC96 is #543369. Grayscale: #BCBCBC. Windows color (decimal): -5518186 or 9882795. OLE color: 9882795.
HSL color Cylindrical-coordinate representation of color #ABCC96: hue angle of 96.67º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCC96 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 150 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.2 |
| HSL | 96.67º | 0.35% | 0.69% | - |
| HSV(B) | 96.67º | 0.26% | 0.8% | - |
| XYZ | 43.89 | 54.05 | 36.97 | - |
| YUV | 187.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 150 | 0.16 | 0 | 0.26 | 0.2 | 96.67 | 0.35 | 0.69 |
| Hex | AB | CC | 96 | 10 | 0 | 1A | 14 | 61 | 23 | 45 |
| Octal | 253 | 314 | 226 | 20 | 0 | 32 | 24 | 141 | 43 | 105 |
| Binary | 10101011 | 11001100 | 10010110 | 10000 | 0 | 11010 | 10100 | 1100001 | 100011 | 1000101 |
Color Harmonies of #ABCC96
Complementary color
Monochromatic Colors of #ABCC96
Black with #ABCC96
Text Example
Text Example
White with #ABCC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC96; }
p { color: rgb(171,204,150); }
H1.HeaderClassName
{
color: #ABCC96;
}
.AnyTagClassName
{
color: #ABCC96;
}
</style>
background-color css
<style>
a { background-color: #ABCC96; }
a { background-color: rgb(171,204,150); }
div.DivClassName
{
background-color: #ABCC96;
}
.BgClassName
{
background-color: #ABCC96;
}
</style>
border-color css
<style>
span { border-color: #ABCC96; }
span { border-color: rgb(171,204,150); }
td.TdClassName
{
border-color: #ABCC96;
}
.TagClassName
{
border-color: #ABCC96;
}
</style>