Shades of Feijoa #ABE374
Tints of Feijoa #ABE374
RGB
CMYK
RGB Variations
Color information
#ABE374 (or 0xABE374) is known color: Feijoa. HEX triplet: AB, E3 and 74. RGB value is (171,227,116). Sum of RGB (Red+Green+Blue) = 171+227+116=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE374 is #541C8B. Grayscale: #C5C5C5. Windows color (decimal): -5512332 or 7660459. OLE color: 7660459.
HSL color Cylindrical-coordinate representation of color #ABE374: hue angle of 90.27º degrees, saturation: 0.66, 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 #ABE374 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 116 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.11 |
| HSL | 90.27º | 0.66% | 0.67% | - |
| HSV(B) | 90.27º | 0.49% | 0.89% | - |
| XYZ | 47.42 | 64.86 | 26.54 | - |
| YUV | 197.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 116 | 0.25 | 0 | 0.49 | 0.11 | 90.27 | 0.66 | 0.67 |
| Hex | AB | E3 | 74 | 19 | 0 | 31 | B | 5A | 42 | 43 |
| Octal | 253 | 343 | 164 | 31 | 0 | 61 | 13 | 132 | 102 | 103 |
| Binary | 10101011 | 11100011 | 1110100 | 11001 | 0 | 110001 | 1011 | 1011010 | 1000010 | 1000011 |
Color Harmonies of #ABE374
Complementary color
Monochromatic Colors of #ABE374
Black with #ABE374
Text Example
Text Example
White with #ABE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE374; }
p { color: rgb(171,227,116); }
H1.HeaderClassName
{
color: #ABE374;
}
.AnyTagClassName
{
color: #ABE374;
}
</style>
background-color css
<style>
a { background-color: #ABE374; }
a { background-color: rgb(171,227,116); }
div.DivClassName
{
background-color: #ABE374;
}
.BgClassName
{
background-color: #ABE374;
}
</style>
border-color css
<style>
span { border-color: #ABE374; }
span { border-color: rgb(171,227,116); }
td.TdClassName
{
border-color: #ABE374;
}
.TagClassName
{
border-color: #ABE374;
}
</style>