Shades of Feijoa #A8EF72
Tints of Feijoa #A8EF72
RGB
CMYK
RGB Variations
Color information
#A8EF72 (or 0xA8EF72) is known color: Feijoa. HEX triplet: A8, EF and 72. RGB value is (168,239,114). Sum of RGB (Red+Green+Blue) = 168+239+114=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF72 is #57108D. Grayscale: #CBCBCB. Windows color (decimal): -5705870 or 7532456. OLE color: 7532456.
HSL color Cylindrical-coordinate representation of color #A8EF72: hue angle of 94.08º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8EF72 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 114 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.06 |
| HSL | 94.08º | 0.8% | 0.69% | - |
| HSV(B) | 94.08º | 0.52% | 0.94% | - |
| XYZ | 50.05 | 71.27 | 27.04 | - |
| YUV | 203.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 114 | 0.30 | 0 | 0.52 | 0.06 | 94.08 | 0.8 | 0.69 |
| Hex | A8 | EF | 72 | 1E | 0 | 34 | 6 | 5E | 50 | 45 |
| Octal | 250 | 357 | 162 | 36 | 0 | 64 | 6 | 136 | 120 | 105 |
| Binary | 10101000 | 11101111 | 1110010 | 11110 | 0 | 110100 | 110 | 1011110 | 1010000 | 1000101 |
Color Harmonies of #A8EF72
Complementary color
Monochromatic Colors of #A8EF72
Black with #A8EF72
Text Example
Text Example
White with #A8EF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF72; }
p { color: rgb(168,239,114); }
H1.HeaderClassName
{
color: #A8EF72;
}
.AnyTagClassName
{
color: #A8EF72;
}
</style>
background-color css
<style>
a { background-color: #A8EF72; }
a { background-color: rgb(168,239,114); }
div.DivClassName
{
background-color: #A8EF72;
}
.BgClassName
{
background-color: #A8EF72;
}
</style>
border-color css
<style>
span { border-color: #A8EF72; }
span { border-color: rgb(168,239,114); }
td.TdClassName
{
border-color: #A8EF72;
}
.TagClassName
{
border-color: #A8EF72;
}
</style>