Shades of Feijoa #ABE67A
Tints of Feijoa #ABE67A
RGB
CMYK
RGB Variations
Color information
#ABE67A (or 0xABE67A) is known color: Feijoa. HEX triplet: AB, E6 and 7A. RGB value is (171,230,122). Sum of RGB (Red+Green+Blue) = 171+230+122=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE67A is #541985. Grayscale: #C8C8C8. Windows color (decimal): -5511558 or 8054443. OLE color: 8054443.
HSL color Cylindrical-coordinate representation of color #ABE67A: hue angle of 92.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABE67A is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 122 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.10 |
| HSL | 92.78º | 0.68% | 0.69% | - |
| HSV(B) | 92.78º | 0.47% | 0.9% | - |
| XYZ | 48.6 | 66.66 | 28.72 | - |
| YUV | 200.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 122 | 0.26 | 0 | 0.47 | 0.10 | 92.78 | 0.68 | 0.69 |
| Hex | AB | E6 | 7A | 1A | 0 | 2F | A | 5D | 44 | 45 |
| Octal | 253 | 346 | 172 | 32 | 0 | 57 | 12 | 135 | 104 | 105 |
| Binary | 10101011 | 11100110 | 1111010 | 11010 | 0 | 101111 | 1010 | 1011101 | 1000100 | 1000101 |
Color Harmonies of #ABE67A
Complementary color
Monochromatic Colors of #ABE67A
Black with #ABE67A
Text Example
Text Example
White with #ABE67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE67A; }
p { color: rgb(171,230,122); }
H1.HeaderClassName
{
color: #ABE67A;
}
.AnyTagClassName
{
color: #ABE67A;
}
</style>
background-color css
<style>
a { background-color: #ABE67A; }
a { background-color: rgb(171,230,122); }
div.DivClassName
{
background-color: #ABE67A;
}
.BgClassName
{
background-color: #ABE67A;
}
</style>
border-color css
<style>
span { border-color: #ABE67A; }
span { border-color: rgb(171,230,122); }
td.TdClassName
{
border-color: #ABE67A;
}
.TagClassName
{
border-color: #ABE67A;
}
</style>