Shades of Feijoa #ABE274
Tints of Feijoa #ABE274
RGB
CMYK
RGB Variations
Color information
#ABE274 (or 0xABE274) is known color: Feijoa. HEX triplet: AB, E2 and 74. RGB value is (171,226,116). Sum of RGB (Red+Green+Blue) = 171+226+116=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE274 is #541D8B. Grayscale: #C5C5C5. Windows color (decimal): -5512588 or 7660203. OLE color: 7660203.
HSL color Cylindrical-coordinate representation of color #ABE274: hue angle of 90º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABE274 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 116 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.11 |
| HSL | 90º | 0.65% | 0.67% | - |
| HSV(B) | 90º | 0.49% | 0.89% | - |
| XYZ | 47.14 | 64.31 | 26.45 | - |
| YUV | 197.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 116 | 0.24 | 0 | 0.49 | 0.11 | 90 | 0.65 | 0.67 |
| Hex | AB | E2 | 74 | 18 | 0 | 31 | B | 5A | 41 | 43 |
| Octal | 253 | 342 | 164 | 30 | 0 | 61 | 13 | 132 | 101 | 103 |
| Binary | 10101011 | 11100010 | 1110100 | 11000 | 0 | 110001 | 1011 | 1011010 | 1000001 | 1000011 |
Color Harmonies of #ABE274
Complementary color
Monochromatic Colors of #ABE274
Black with #ABE274
Text Example
Text Example
White with #ABE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE274; }
p { color: rgb(171,226,116); }
H1.HeaderClassName
{
color: #ABE274;
}
.AnyTagClassName
{
color: #ABE274;
}
</style>
background-color css
<style>
a { background-color: #ABE274; }
a { background-color: rgb(171,226,116); }
div.DivClassName
{
background-color: #ABE274;
}
.BgClassName
{
background-color: #ABE274;
}
</style>
border-color css
<style>
span { border-color: #ABE274; }
span { border-color: rgb(171,226,116); }
td.TdClassName
{
border-color: #ABE274;
}
.TagClassName
{
border-color: #ABE274;
}
</style>