Shades of Feijoa #A8EB74
Tints of Feijoa #A8EB74
RGB
CMYK
RGB Variations
Color information
#A8EB74 (or 0xA8EB74) is known color: Feijoa. HEX triplet: A8, EB and 74. RGB value is (168,235,116). Sum of RGB (Red+Green+Blue) = 168+235+116=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB74 is #57148B. Grayscale: #C9C9C9. Windows color (decimal): -5706892 or 7662504. OLE color: 7662504.
HSL color Cylindrical-coordinate representation of color #A8EB74: hue angle of 93.78º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8EB74 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 116 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.08 |
| HSL | 93.78º | 0.75% | 0.69% | - |
| HSV(B) | 93.78º | 0.51% | 0.92% | - |
| XYZ | 49.01 | 69 | 27.26 | - |
| YUV | 201.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 116 | 0.29 | 0 | 0.51 | 0.08 | 93.78 | 0.75 | 0.69 |
| Hex | A8 | EB | 74 | 1D | 0 | 33 | 8 | 5E | 4B | 45 |
| Octal | 250 | 353 | 164 | 35 | 0 | 63 | 10 | 136 | 113 | 105 |
| Binary | 10101000 | 11101011 | 1110100 | 11101 | 0 | 110011 | 1000 | 1011110 | 1001011 | 1000101 |
Color Harmonies of #A8EB74
Complementary color
Monochromatic Colors of #A8EB74
Black with #A8EB74
Text Example
Text Example
White with #A8EB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB74; }
p { color: rgb(168,235,116); }
H1.HeaderClassName
{
color: #A8EB74;
}
.AnyTagClassName
{
color: #A8EB74;
}
</style>
background-color css
<style>
a { background-color: #A8EB74; }
a { background-color: rgb(168,235,116); }
div.DivClassName
{
background-color: #A8EB74;
}
.BgClassName
{
background-color: #A8EB74;
}
</style>
border-color css
<style>
span { border-color: #A8EB74; }
span { border-color: rgb(168,235,116); }
td.TdClassName
{
border-color: #A8EB74;
}
.TagClassName
{
border-color: #A8EB74;
}
</style>