Shades of Feijoa #ABEE74
Tints of Feijoa #ABEE74
RGB
CMYK
RGB Variations
Color information
#ABEE74 (or 0xABEE74) is known color: Feijoa. HEX triplet: AB, EE and 74. RGB value is (171,238,116). Sum of RGB (Red+Green+Blue) = 171+238+116=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEE74 is #54118B. Grayscale: #CCCCCC. Windows color (decimal): -5509516 or 7663275. OLE color: 7663275.
HSL color Cylindrical-coordinate representation of color #ABEE74: hue angle of 92.95º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABEE74 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 116 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.07 |
| HSL | 92.95º | 0.78% | 0.69% | - |
| HSV(B) | 92.95º | 0.51% | 0.93% | - |
| XYZ | 50.52 | 71.07 | 27.58 | - |
| YUV | 204.06 | 78.3 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 116 | 0.28 | 0 | 0.51 | 0.07 | 92.95 | 0.78 | 0.69 |
| Hex | AB | EE | 74 | 1C | 0 | 33 | 7 | 5D | 4E | 45 |
| Octal | 253 | 356 | 164 | 34 | 0 | 63 | 7 | 135 | 116 | 105 |
| Binary | 10101011 | 11101110 | 1110100 | 11100 | 0 | 110011 | 111 | 1011101 | 1001110 | 1000101 |
Color Harmonies of #ABEE74
Complementary color
Monochromatic Colors of #ABEE74
Black with #ABEE74
Text Example
Text Example
White with #ABEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEE74; }
p { color: rgb(171,238,116); }
H1.HeaderClassName
{
color: #ABEE74;
}
.AnyTagClassName
{
color: #ABEE74;
}
</style>
background-color css
<style>
a { background-color: #ABEE74; }
a { background-color: rgb(171,238,116); }
div.DivClassName
{
background-color: #ABEE74;
}
.BgClassName
{
background-color: #ABEE74;
}
</style>
border-color css
<style>
span { border-color: #ABEE74; }
span { border-color: rgb(171,238,116); }
td.TdClassName
{
border-color: #ABEE74;
}
.TagClassName
{
border-color: #ABEE74;
}
</style>