Shades of Feijoa #A8E46D
Tints of Feijoa #A8E46D
RGB
CMYK
RGB Variations
Color information
#A8E46D (or 0xA8E46D) is known color: Feijoa. HEX triplet: A8, E4 and 6D. RGB value is (168,228,109). Sum of RGB (Red+Green+Blue) = 168+228+109=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E46D is #571B92. Grayscale: #C4C4C4. Windows color (decimal): -5708691 or 7201960. OLE color: 7201960.
HSL color Cylindrical-coordinate representation of color #A8E46D: hue angle of 90.25º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8E46D is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 109 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.11 |
| HSL | 90.25º | 0.69% | 0.66% | - |
| HSV(B) | 90.25º | 0.52% | 0.89% | - |
| XYZ | 46.65 | 64.92 | 24.54 | - |
| YUV | 196.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 109 | 0.26 | 0 | 0.52 | 0.11 | 90.25 | 0.69 | 0.66 |
| Hex | A8 | E4 | 6D | 1A | 0 | 34 | B | 5A | 45 | 42 |
| Octal | 250 | 344 | 155 | 32 | 0 | 64 | 13 | 132 | 105 | 102 |
| Binary | 10101000 | 11100100 | 1101101 | 11010 | 0 | 110100 | 1011 | 1011010 | 1000101 | 1000010 |
Color Harmonies of #A8E46D
Complementary color
Monochromatic Colors of #A8E46D
Black with #A8E46D
Text Example
Text Example
White with #A8E46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E46D; }
p { color: rgb(168,228,109); }
H1.HeaderClassName
{
color: #A8E46D;
}
.AnyTagClassName
{
color: #A8E46D;
}
</style>
background-color css
<style>
a { background-color: #A8E46D; }
a { background-color: rgb(168,228,109); }
div.DivClassName
{
background-color: #A8E46D;
}
.BgClassName
{
background-color: #A8E46D;
}
</style>
border-color css
<style>
span { border-color: #A8E46D; }
span { border-color: rgb(168,228,109); }
td.TdClassName
{
border-color: #A8E46D;
}
.TagClassName
{
border-color: #A8E46D;
}
</style>