Shades of Feijoa #ABF16D
Tints of Feijoa #ABF16D
RGB
CMYK
RGB Variations
Color information
#ABF16D (or 0xABF16D) is known color: Feijoa. HEX triplet: AB, F1 and 6D. RGB value is (171,241,109). Sum of RGB (Red+Green+Blue) = 171+241+109=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF16D is #540E92. Grayscale: #CDCDCD. Windows color (decimal): -5508755 or 7205291. OLE color: 7205291.
HSL color Cylindrical-coordinate representation of color #ABF16D: hue angle of 91.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABF16D is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 109 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.05 |
| HSL | 91.82º | 0.83% | 0.69% | - |
| HSV(B) | 91.82º | 0.55% | 0.95% | - |
| XYZ | 51.01 | 72.67 | 25.81 | - |
| YUV | 205.02 | 73.81 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 109 | 0.29 | 0 | 0.55 | 0.05 | 91.82 | 0.83 | 0.69 |
| Hex | AB | F1 | 6D | 1D | 0 | 37 | 5 | 5C | 52 | 45 |
| Octal | 253 | 361 | 155 | 35 | 0 | 67 | 5 | 134 | 122 | 105 |
| Binary | 10101011 | 11110001 | 1101101 | 11101 | 0 | 110111 | 101 | 1011100 | 1010010 | 1000101 |
Color Harmonies of #ABF16D
Complementary color
Monochromatic Colors of #ABF16D
Black with #ABF16D
Text Example
Text Example
White with #ABF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF16D; }
p { color: rgb(171,241,109); }
H1.HeaderClassName
{
color: #ABF16D;
}
.AnyTagClassName
{
color: #ABF16D;
}
</style>
background-color css
<style>
a { background-color: #ABF16D; }
a { background-color: rgb(171,241,109); }
div.DivClassName
{
background-color: #ABF16D;
}
.BgClassName
{
background-color: #ABF16D;
}
</style>
border-color css
<style>
span { border-color: #ABF16D; }
span { border-color: rgb(171,241,109); }
td.TdClassName
{
border-color: #ABF16D;
}
.TagClassName
{
border-color: #ABF16D;
}
</style>