Shades of Feijoa #A8E58B
Tints of Feijoa #A8E58B
RGB
CMYK
RGB Variations
Color information
#A8E58B (or 0xA8E58B) is known color: Feijoa. HEX triplet: A8, E5 and 8B. RGB value is (168,229,139). Sum of RGB (Red+Green+Blue) = 168+229+139=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E58B is #571A74. Grayscale: #C8C8C8. Windows color (decimal): -5708405 or 9168296. OLE color: 9168296.
HSL color Cylindrical-coordinate representation of color #A8E58B: hue angle of 100.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8E58B is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 139 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.10 |
| HSL | 100.67º | 0.63% | 0.72% | - |
| HSV(B) | 100.67º | 0.39% | 0.9% | - |
| XYZ | 48.83 | 66.23 | 34.64 | - |
| YUV | 200.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 139 | 0.27 | 0 | 0.39 | 0.10 | 100.67 | 0.63 | 0.72 |
| Hex | A8 | E5 | 8B | 1B | 0 | 27 | A | 65 | 3F | 48 |
| Octal | 250 | 345 | 213 | 33 | 0 | 47 | 12 | 145 | 77 | 110 |
| Binary | 10101000 | 11100101 | 10001011 | 11011 | 0 | 100111 | 1010 | 1100101 | 111111 | 1001000 |
Color Harmonies of #A8E58B
Complementary color
Monochromatic Colors of #A8E58B
Black with #A8E58B
Text Example
Text Example
White with #A8E58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E58B; }
p { color: rgb(168,229,139); }
H1.HeaderClassName
{
color: #A8E58B;
}
.AnyTagClassName
{
color: #A8E58B;
}
</style>
background-color css
<style>
a { background-color: #A8E58B; }
a { background-color: rgb(168,229,139); }
div.DivClassName
{
background-color: #A8E58B;
}
.BgClassName
{
background-color: #A8E58B;
}
</style>
border-color css
<style>
span { border-color: #A8E58B; }
span { border-color: rgb(168,229,139); }
td.TdClassName
{
border-color: #A8E58B;
}
.TagClassName
{
border-color: #A8E58B;
}
</style>