Shades of Feijoa #ABCF90
Tints of Feijoa #ABCF90
RGB
CMYK
RGB Variations
Color information
#ABCF90 (or 0xABCF90) is known color: Feijoa. HEX triplet: AB, CF and 90. RGB value is (171,207,144). Sum of RGB (Red+Green+Blue) = 171+207+144=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF90 is #54306F. Grayscale: #BDBDBD. Windows color (decimal): -5517424 or 9490347. OLE color: 9490347.
HSL color Cylindrical-coordinate representation of color #ABCF90: hue angle of 94.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCF90 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 144 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.19 |
| HSL | 94.29º | 0.4% | 0.69% | - |
| HSV(B) | 94.29º | 0.3% | 0.81% | - |
| XYZ | 44.14 | 55.3 | 34.73 | - |
| YUV | 189.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 144 | 0.17 | 0 | 0.30 | 0.19 | 94.29 | 0.4 | 0.69 |
| Hex | AB | CF | 90 | 11 | 0 | 1E | 13 | 5E | 28 | 45 |
| Octal | 253 | 317 | 220 | 21 | 0 | 36 | 23 | 136 | 50 | 105 |
| Binary | 10101011 | 11001111 | 10010000 | 10001 | 0 | 11110 | 10011 | 1011110 | 101000 | 1000101 |
Color Harmonies of #ABCF90
Complementary color
Monochromatic Colors of #ABCF90
Black with #ABCF90
Text Example
Text Example
White with #ABCF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF90; }
p { color: rgb(171,207,144); }
H1.HeaderClassName
{
color: #ABCF90;
}
.AnyTagClassName
{
color: #ABCF90;
}
</style>
background-color css
<style>
a { background-color: #ABCF90; }
a { background-color: rgb(171,207,144); }
div.DivClassName
{
background-color: #ABCF90;
}
.BgClassName
{
background-color: #ABCF90;
}
</style>
border-color css
<style>
span { border-color: #ABCF90; }
span { border-color: rgb(171,207,144); }
td.TdClassName
{
border-color: #ABCF90;
}
.TagClassName
{
border-color: #ABCF90;
}
</style>