Shades of Feijoa #ABCF93
Tints of Feijoa #ABCF93
RGB
CMYK
RGB Variations
Color information
#ABCF93 (or 0xABCF93) is known color: Feijoa. HEX triplet: AB, CF and 93. RGB value is (171,207,147). Sum of RGB (Red+Green+Blue) = 171+207+147=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF93 is #54306C. Grayscale: #BDBDBD. Windows color (decimal): -5517421 or 9686955. OLE color: 9686955.
HSL color Cylindrical-coordinate representation of color #ABCF93: hue angle of 96º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCF93 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 147 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.19 |
| HSL | 96º | 0.38% | 0.69% | - |
| HSV(B) | 96º | 0.29% | 0.81% | - |
| XYZ | 44.37 | 55.39 | 35.96 | - |
| YUV | 189.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 147 | 0.17 | 0 | 0.29 | 0.19 | 96 | 0.38 | 0.69 |
| Hex | AB | CF | 93 | 11 | 0 | 1D | 13 | 60 | 26 | 45 |
| Octal | 253 | 317 | 223 | 21 | 0 | 35 | 23 | 140 | 46 | 105 |
| Binary | 10101011 | 11001111 | 10010011 | 10001 | 0 | 11101 | 10011 | 1100000 | 100110 | 1000101 |
Color Harmonies of #ABCF93
Complementary color
Monochromatic Colors of #ABCF93
Black with #ABCF93
Text Example
Text Example
White with #ABCF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF93; }
p { color: rgb(171,207,147); }
H1.HeaderClassName
{
color: #ABCF93;
}
.AnyTagClassName
{
color: #ABCF93;
}
</style>
background-color css
<style>
a { background-color: #ABCF93; }
a { background-color: rgb(171,207,147); }
div.DivClassName
{
background-color: #ABCF93;
}
.BgClassName
{
background-color: #ABCF93;
}
</style>
border-color css
<style>
span { border-color: #ABCF93; }
span { border-color: rgb(171,207,147); }
td.TdClassName
{
border-color: #ABCF93;
}
.TagClassName
{
border-color: #ABCF93;
}
</style>