Shades of Feijoa #A8EA8A
Tints of Feijoa #A8EA8A
RGB
CMYK
RGB Variations
Color information
#A8EA8A (or 0xA8EA8A) is known color: Feijoa. HEX triplet: A8, EA and 8A. RGB value is (168,234,138). Sum of RGB (Red+Green+Blue) = 168+234+138=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EA8A is #571575. Grayscale: #CBCBCB. Windows color (decimal): -5707126 or 9104040. OLE color: 9104040.
HSL color Cylindrical-coordinate representation of color #A8EA8A: hue angle of 101.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8EA8A is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 138 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.08 |
| HSL | 101.25º | 0.7% | 0.73% | - |
| HSV(B) | 101.25º | 0.41% | 0.92% | - |
| XYZ | 50.16 | 69.01 | 34.72 | - |
| YUV | 203.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 138 | 0.28 | 0 | 0.41 | 0.08 | 101.25 | 0.7 | 0.73 |
| Hex | A8 | EA | 8A | 1C | 0 | 29 | 8 | 65 | 46 | 49 |
| Octal | 250 | 352 | 212 | 34 | 0 | 51 | 10 | 145 | 106 | 111 |
| Binary | 10101000 | 11101010 | 10001010 | 11100 | 0 | 101001 | 1000 | 1100101 | 1000110 | 1001001 |
Color Harmonies of #A8EA8A
Complementary color
Monochromatic Colors of #A8EA8A
Black with #A8EA8A
Text Example
Text Example
White with #A8EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA8A; }
p { color: rgb(168,234,138); }
H1.HeaderClassName
{
color: #A8EA8A;
}
.AnyTagClassName
{
color: #A8EA8A;
}
</style>
background-color css
<style>
a { background-color: #A8EA8A; }
a { background-color: rgb(168,234,138); }
div.DivClassName
{
background-color: #A8EA8A;
}
.BgClassName
{
background-color: #A8EA8A;
}
</style>
border-color css
<style>
span { border-color: #A8EA8A; }
span { border-color: rgb(168,234,138); }
td.TdClassName
{
border-color: #A8EA8A;
}
.TagClassName
{
border-color: #A8EA8A;
}
</style>