Shades of Feijoa #ABF16C
Tints of Feijoa #ABF16C
RGB
CMYK
RGB Variations
Color information
#ABF16C (or 0xABF16C) is known color: Feijoa. HEX triplet: AB, F1 and 6C. RGB value is (171,241,108). Sum of RGB (Red+Green+Blue) = 171+241+108=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF16C is #540E93. Grayscale: #CDCDCD. Windows color (decimal): -5508756 or 7139755. OLE color: 7139755.
HSL color Cylindrical-coordinate representation of color #ABF16C: hue angle of 91.58º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABF16C is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 108 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.05 |
| HSL | 91.58º | 0.83% | 0.68% | - |
| HSV(B) | 91.58º | 0.55% | 0.95% | - |
| XYZ | 50.96 | 72.65 | 25.52 | - |
| YUV | 204.91 | 73.31 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 108 | 0.29 | 0 | 0.55 | 0.05 | 91.58 | 0.83 | 0.68 |
| Hex | AB | F1 | 6C | 1D | 0 | 37 | 5 | 5C | 53 | 44 |
| Octal | 253 | 361 | 154 | 35 | 0 | 67 | 5 | 134 | 123 | 104 |
| Binary | 10101011 | 11110001 | 1101100 | 11101 | 0 | 110111 | 101 | 1011100 | 1010011 | 1000100 |
Color Harmonies of #ABF16C
Complementary color
Monochromatic Colors of #ABF16C
Black with #ABF16C
Text Example
Text Example
White with #ABF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF16C; }
p { color: rgb(171,241,108); }
H1.HeaderClassName
{
color: #ABF16C;
}
.AnyTagClassName
{
color: #ABF16C;
}
</style>
background-color css
<style>
a { background-color: #ABF16C; }
a { background-color: rgb(171,241,108); }
div.DivClassName
{
background-color: #ABF16C;
}
.BgClassName
{
background-color: #ABF16C;
}
</style>
border-color css
<style>
span { border-color: #ABF16C; }
span { border-color: rgb(171,241,108); }
td.TdClassName
{
border-color: #ABF16C;
}
.TagClassName
{
border-color: #ABF16C;
}
</style>