Shades of Feijoa #ABF27B
Tints of Feijoa #ABF27B
RGB
CMYK
RGB Variations
Color information
#ABF27B (or 0xABF27B) is known color: Feijoa. HEX triplet: AB, F2 and 7B. RGB value is (171,242,123). Sum of RGB (Red+Green+Blue) = 171+242+123=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF27B is #540D84. Grayscale: #CFCFCF. Windows color (decimal): -5508485 or 8123051. OLE color: 8123051.
HSL color Cylindrical-coordinate representation of color #ABF27B: hue angle of 95.8º degrees, saturation: 0.82, 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 #ABF27B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 123 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.05 |
| HSL | 95.8º | 0.82% | 0.72% | - |
| HSV(B) | 95.8º | 0.49% | 0.95% | - |
| XYZ | 52.12 | 73.59 | 30.2 | - |
| YUV | 207.21 | 80.48 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 123 | 0.29 | 0 | 0.49 | 0.05 | 95.8 | 0.82 | 0.72 |
| Hex | AB | F2 | 7B | 1D | 0 | 31 | 5 | 60 | 52 | 48 |
| Octal | 253 | 362 | 173 | 35 | 0 | 61 | 5 | 140 | 122 | 110 |
| Binary | 10101011 | 11110010 | 1111011 | 11101 | 0 | 110001 | 101 | 1100000 | 1010010 | 1001000 |
Color Harmonies of #ABF27B
Complementary color
Monochromatic Colors of #ABF27B
Black with #ABF27B
Text Example
Text Example
White with #ABF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF27B; }
p { color: rgb(171,242,123); }
H1.HeaderClassName
{
color: #ABF27B;
}
.AnyTagClassName
{
color: #ABF27B;
}
</style>
background-color css
<style>
a { background-color: #ABF27B; }
a { background-color: rgb(171,242,123); }
div.DivClassName
{
background-color: #ABF27B;
}
.BgClassName
{
background-color: #ABF27B;
}
</style>
border-color css
<style>
span { border-color: #ABF27B; }
span { border-color: rgb(171,242,123); }
td.TdClassName
{
border-color: #ABF27B;
}
.TagClassName
{
border-color: #ABF27B;
}
</style>