Shades of Feijoa #ABEA74
Tints of Feijoa #ABEA74
RGB
CMYK
RGB Variations
Color information
#ABEA74 (or 0xABEA74) is known color: Feijoa. HEX triplet: AB, EA and 74. RGB value is (171,234,116). Sum of RGB (Red+Green+Blue) = 171+234+116=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEA74 is #54158B. Grayscale: #CACACA. Windows color (decimal): -5510540 or 7662251. OLE color: 7662251.
HSL color Cylindrical-coordinate representation of color #ABEA74: hue angle of 92.03º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABEA74 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 234 | 116 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.08 |
| HSL | 92.03º | 0.74% | 0.69% | - |
| HSV(B) | 92.03º | 0.5% | 0.92% | - |
| XYZ | 49.37 | 68.76 | 27.19 | - |
| YUV | 201.71 | 79.63 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 116 | 0.27 | 0 | 0.50 | 0.08 | 92.03 | 0.74 | 0.69 |
| Hex | AB | EA | 74 | 1B | 0 | 32 | 8 | 5C | 4A | 45 |
| Octal | 253 | 352 | 164 | 33 | 0 | 62 | 10 | 134 | 112 | 105 |
| Binary | 10101011 | 11101010 | 1110100 | 11011 | 0 | 110010 | 1000 | 1011100 | 1001010 | 1000101 |
Color Harmonies of #ABEA74
Complementary color
Monochromatic Colors of #ABEA74
Black with #ABEA74
Text Example
Text Example
White with #ABEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEA74; }
p { color: rgb(171,234,116); }
H1.HeaderClassName
{
color: #ABEA74;
}
.AnyTagClassName
{
color: #ABEA74;
}
</style>
background-color css
<style>
a { background-color: #ABEA74; }
a { background-color: rgb(171,234,116); }
div.DivClassName
{
background-color: #ABEA74;
}
.BgClassName
{
background-color: #ABEA74;
}
</style>
border-color css
<style>
span { border-color: #ABEA74; }
span { border-color: rgb(171,234,116); }
td.TdClassName
{
border-color: #ABEA74;
}
.TagClassName
{
border-color: #ABEA74;
}
</style>