Shades of Feijoa #ABE67D
Tints of Feijoa #ABE67D
RGB
CMYK
RGB Variations
Color information
#ABE67D (or 0xABE67D) is known color: Feijoa. HEX triplet: AB, E6 and 7D. RGB value is (171,230,125). Sum of RGB (Red+Green+Blue) = 171+230+125=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE67D is #541982. Grayscale: #C8C8C8. Windows color (decimal): -5511555 or 8251051. OLE color: 8251051.
HSL color Cylindrical-coordinate representation of color #ABE67D: hue angle of 93.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABE67D is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 125 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.10 |
| HSL | 93.71º | 0.68% | 0.7% | - |
| HSV(B) | 93.71º | 0.46% | 0.9% | - |
| XYZ | 48.79 | 66.73 | 29.71 | - |
| YUV | 200.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 125 | 0.26 | 0 | 0.46 | 0.10 | 93.71 | 0.68 | 0.7 |
| Hex | AB | E6 | 7D | 1A | 0 | 2E | A | 5E | 44 | 46 |
| Octal | 253 | 346 | 175 | 32 | 0 | 56 | 12 | 136 | 104 | 106 |
| Binary | 10101011 | 11100110 | 1111101 | 11010 | 0 | 101110 | 1010 | 1011110 | 1000100 | 1000110 |
Color Harmonies of #ABE67D
Complementary color
Monochromatic Colors of #ABE67D
Black with #ABE67D
Text Example
Text Example
White with #ABE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE67D; }
p { color: rgb(171,230,125); }
H1.HeaderClassName
{
color: #ABE67D;
}
.AnyTagClassName
{
color: #ABE67D;
}
</style>
background-color css
<style>
a { background-color: #ABE67D; }
a { background-color: rgb(171,230,125); }
div.DivClassName
{
background-color: #ABE67D;
}
.BgClassName
{
background-color: #ABE67D;
}
</style>
border-color css
<style>
span { border-color: #ABE67D; }
span { border-color: rgb(171,230,125); }
td.TdClassName
{
border-color: #ABE67D;
}
.TagClassName
{
border-color: #ABE67D;
}
</style>