Shades of Feijoa #ABF37C
Tints of Feijoa #ABF37C
RGB
CMYK
RGB Variations
Color information
#ABF37C (or 0xABF37C) is known color: Feijoa. HEX triplet: AB, F3 and 7C. RGB value is (171,243,124). Sum of RGB (Red+Green+Blue) = 171+243+124=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF37C is #540C83. Grayscale: #D0D0D0. Windows color (decimal): -5508228 or 8188843. OLE color: 8188843.
HSL color Cylindrical-coordinate representation of color #ABF37C: hue angle of 96.3º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABF37C is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 124 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.05 |
| HSL | 96.3º | 0.83% | 0.72% | - |
| HSV(B) | 96.3º | 0.49% | 0.95% | - |
| XYZ | 52.48 | 74.21 | 30.63 | - |
| YUV | 207.91 | 80.65 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 124 | 0.30 | 0 | 0.49 | 0.05 | 96.3 | 0.83 | 0.72 |
| Hex | AB | F3 | 7C | 1E | 0 | 31 | 5 | 60 | 53 | 48 |
| Octal | 253 | 363 | 174 | 36 | 0 | 61 | 5 | 140 | 123 | 110 |
| Binary | 10101011 | 11110011 | 1111100 | 11110 | 0 | 110001 | 101 | 1100000 | 1010011 | 1001000 |
Color Harmonies of #ABF37C
Complementary color
Monochromatic Colors of #ABF37C
Black with #ABF37C
Text Example
Text Example
White with #ABF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF37C; }
p { color: rgb(171,243,124); }
H1.HeaderClassName
{
color: #ABF37C;
}
.AnyTagClassName
{
color: #ABF37C;
}
</style>
background-color css
<style>
a { background-color: #ABF37C; }
a { background-color: rgb(171,243,124); }
div.DivClassName
{
background-color: #ABF37C;
}
.BgClassName
{
background-color: #ABF37C;
}
</style>
border-color css
<style>
span { border-color: #ABF37C; }
span { border-color: rgb(171,243,124); }
td.TdClassName
{
border-color: #ABF37C;
}
.TagClassName
{
border-color: #ABF37C;
}
</style>