Shades of Feijoa #ABCF8A
Tints of Feijoa #ABCF8A
RGB
CMYK
RGB Variations
Color information
#ABCF8A (or 0xABCF8A) is known color: Feijoa. HEX triplet: AB, CF and 8A. RGB value is (171,207,138). Sum of RGB (Red+Green+Blue) = 171+207+138=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF8A is #543075. Grayscale: #BCBCBC. Windows color (decimal): -5517430 or 9097131. OLE color: 9097131.
HSL color Cylindrical-coordinate representation of color #ABCF8A: hue angle of 91.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCF8A is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 138 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.19 |
| HSL | 91.3º | 0.42% | 0.68% | - |
| HSV(B) | 91.3º | 0.33% | 0.81% | - |
| XYZ | 43.69 | 55.12 | 32.38 | - |
| YUV | 188.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 138 | 0.17 | 0 | 0.33 | 0.19 | 91.3 | 0.42 | 0.68 |
| Hex | AB | CF | 8A | 11 | 0 | 21 | 13 | 5B | 2A | 44 |
| Octal | 253 | 317 | 212 | 21 | 0 | 41 | 23 | 133 | 52 | 104 |
| Binary | 10101011 | 11001111 | 10001010 | 10001 | 0 | 100001 | 10011 | 1011011 | 101010 | 1000100 |
Color Harmonies of #ABCF8A
Complementary color
Monochromatic Colors of #ABCF8A
Black with #ABCF8A
Text Example
Text Example
White with #ABCF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF8A; }
p { color: rgb(171,207,138); }
H1.HeaderClassName
{
color: #ABCF8A;
}
.AnyTagClassName
{
color: #ABCF8A;
}
</style>
background-color css
<style>
a { background-color: #ABCF8A; }
a { background-color: rgb(171,207,138); }
div.DivClassName
{
background-color: #ABCF8A;
}
.BgClassName
{
background-color: #ABCF8A;
}
</style>
border-color css
<style>
span { border-color: #ABCF8A; }
span { border-color: rgb(171,207,138); }
td.TdClassName
{
border-color: #ABCF8A;
}
.TagClassName
{
border-color: #ABCF8A;
}
</style>