Shades of Feijoa #ABE67C
Tints of Feijoa #ABE67C
RGB
CMYK
RGB Variations
Color information
#ABE67C (or 0xABE67C) is known color: Feijoa. HEX triplet: AB, E6 and 7C. RGB value is (171,230,124). Sum of RGB (Red+Green+Blue) = 171+230+124=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE67C is #541983. Grayscale: #C8C8C8. Windows color (decimal): -5511556 or 8185515. OLE color: 8185515.
HSL color Cylindrical-coordinate representation of color #ABE67C: hue angle of 93.4º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABE67C is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 124 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.10 |
| HSL | 93.4º | 0.68% | 0.69% | - |
| HSV(B) | 93.4º | 0.46% | 0.9% | - |
| XYZ | 48.73 | 66.71 | 29.38 | - |
| YUV | 200.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 124 | 0.26 | 0 | 0.46 | 0.10 | 93.4 | 0.68 | 0.69 |
| Hex | AB | E6 | 7C | 1A | 0 | 2E | A | 5D | 44 | 45 |
| Octal | 253 | 346 | 174 | 32 | 0 | 56 | 12 | 135 | 104 | 105 |
| Binary | 10101011 | 11100110 | 1111100 | 11010 | 0 | 101110 | 1010 | 1011101 | 1000100 | 1000101 |
Color Harmonies of #ABE67C
Complementary color
Monochromatic Colors of #ABE67C
Black with #ABE67C
Text Example
Text Example
White with #ABE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE67C; }
p { color: rgb(171,230,124); }
H1.HeaderClassName
{
color: #ABE67C;
}
.AnyTagClassName
{
color: #ABE67C;
}
</style>
background-color css
<style>
a { background-color: #ABE67C; }
a { background-color: rgb(171,230,124); }
div.DivClassName
{
background-color: #ABE67C;
}
.BgClassName
{
background-color: #ABE67C;
}
</style>
border-color css
<style>
span { border-color: #ABE67C; }
span { border-color: rgb(171,230,124); }
td.TdClassName
{
border-color: #ABE67C;
}
.TagClassName
{
border-color: #ABE67C;
}
</style>