Shades of Feijoa #ABF37A
Tints of Feijoa #ABF37A
RGB
CMYK
RGB Variations
Color information
#ABF37A (or 0xABF37A) is known color: Feijoa. HEX triplet: AB, F3 and 7A. RGB value is (171,243,122). Sum of RGB (Red+Green+Blue) = 171+243+122=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF37A is #540C85. Grayscale: #D0D0D0. Windows color (decimal): -5508230 or 8057771. OLE color: 8057771.
HSL color Cylindrical-coordinate representation of color #ABF37A: hue angle of 95.7º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABF37A is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 122 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.05 |
| HSL | 95.7º | 0.83% | 0.72% | - |
| HSV(B) | 95.7º | 0.5% | 0.95% | - |
| XYZ | 52.36 | 74.16 | 29.97 | - |
| YUV | 207.68 | 79.65 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 122 | 0.30 | 0 | 0.50 | 0.05 | 95.7 | 0.83 | 0.72 |
| Hex | AB | F3 | 7A | 1E | 0 | 32 | 5 | 60 | 53 | 48 |
| Octal | 253 | 363 | 172 | 36 | 0 | 62 | 5 | 140 | 123 | 110 |
| Binary | 10101011 | 11110011 | 1111010 | 11110 | 0 | 110010 | 101 | 1100000 | 1010011 | 1001000 |
Color Harmonies of #ABF37A
Complementary color
Monochromatic Colors of #ABF37A
Black with #ABF37A
Text Example
Text Example
White with #ABF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF37A; }
p { color: rgb(171,243,122); }
H1.HeaderClassName
{
color: #ABF37A;
}
.AnyTagClassName
{
color: #ABF37A;
}
</style>
background-color css
<style>
a { background-color: #ABF37A; }
a { background-color: rgb(171,243,122); }
div.DivClassName
{
background-color: #ABF37A;
}
.BgClassName
{
background-color: #ABF37A;
}
</style>
border-color css
<style>
span { border-color: #ABF37A; }
span { border-color: rgb(171,243,122); }
td.TdClassName
{
border-color: #ABF37A;
}
.TagClassName
{
border-color: #ABF37A;
}
</style>