Shades of Feijoa #A8EA83
Tints of Feijoa #A8EA83
RGB
CMYK
RGB Variations
Color information
#A8EA83 (or 0xA8EA83) is known color: Feijoa. HEX triplet: A8, EA and 83. RGB value is (168,234,131). Sum of RGB (Red+Green+Blue) = 168+234+131=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EA83 is #57157C. Grayscale: #CACACA. Windows color (decimal): -5707133 or 8645288. OLE color: 8645288.
HSL color Cylindrical-coordinate representation of color #A8EA83: hue angle of 98.45º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8EA83 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 131 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.08 |
| HSL | 98.45º | 0.71% | 0.72% | - |
| HSV(B) | 98.45º | 0.44% | 0.92% | - |
| XYZ | 49.67 | 68.81 | 32.14 | - |
| YUV | 202.52 | 87.63 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 131 | 0.28 | 0 | 0.44 | 0.08 | 98.45 | 0.71 | 0.72 |
| Hex | A8 | EA | 83 | 1C | 0 | 2C | 8 | 62 | 47 | 48 |
| Octal | 250 | 352 | 203 | 34 | 0 | 54 | 10 | 142 | 107 | 110 |
| Binary | 10101000 | 11101010 | 10000011 | 11100 | 0 | 101100 | 1000 | 1100010 | 1000111 | 1001000 |
Color Harmonies of #A8EA83
Complementary color
Monochromatic Colors of #A8EA83
Black with #A8EA83
Text Example
Text Example
White with #A8EA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA83; }
p { color: rgb(168,234,131); }
H1.HeaderClassName
{
color: #A8EA83;
}
.AnyTagClassName
{
color: #A8EA83;
}
</style>
background-color css
<style>
a { background-color: #A8EA83; }
a { background-color: rgb(168,234,131); }
div.DivClassName
{
background-color: #A8EA83;
}
.BgClassName
{
background-color: #A8EA83;
}
</style>
border-color css
<style>
span { border-color: #A8EA83; }
span { border-color: rgb(168,234,131); }
td.TdClassName
{
border-color: #A8EA83;
}
.TagClassName
{
border-color: #A8EA83;
}
</style>