Shades of Feijoa #A8E674
Tints of Feijoa #A8E674
RGB
CMYK
RGB Variations
Color information
#A8E674 (or 0xA8E674) is known color: Feijoa. HEX triplet: A8, E6 and 74. RGB value is (168,230,116). Sum of RGB (Red+Green+Blue) = 168+230+116=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E674 is #57198B. Grayscale: #C6C6C6. Windows color (decimal): -5708172 or 7661224. OLE color: 7661224.
HSL color Cylindrical-coordinate representation of color #A8E674: hue angle of 92.63º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8E674 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 116 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.10 |
| HSL | 92.63º | 0.7% | 0.68% | - |
| HSV(B) | 92.63º | 0.5% | 0.9% | - |
| XYZ | 47.6 | 66.18 | 26.79 | - |
| YUV | 198.47 | 81.46 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 116 | 0.27 | 0 | 0.50 | 0.10 | 92.63 | 0.7 | 0.68 |
| Hex | A8 | E6 | 74 | 1B | 0 | 32 | A | 5D | 46 | 44 |
| Octal | 250 | 346 | 164 | 33 | 0 | 62 | 12 | 135 | 106 | 104 |
| Binary | 10101000 | 11100110 | 1110100 | 11011 | 0 | 110010 | 1010 | 1011101 | 1000110 | 1000100 |
Color Harmonies of #A8E674
Complementary color
Monochromatic Colors of #A8E674
Black with #A8E674
Text Example
Text Example
White with #A8E674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E674; }
p { color: rgb(168,230,116); }
H1.HeaderClassName
{
color: #A8E674;
}
.AnyTagClassName
{
color: #A8E674;
}
</style>
background-color css
<style>
a { background-color: #A8E674; }
a { background-color: rgb(168,230,116); }
div.DivClassName
{
background-color: #A8E674;
}
.BgClassName
{
background-color: #A8E674;
}
</style>
border-color css
<style>
span { border-color: #A8E674; }
span { border-color: rgb(168,230,116); }
td.TdClassName
{
border-color: #A8E674;
}
.TagClassName
{
border-color: #A8E674;
}
</style>