Shades of Feijoa #A8E46C
Tints of Feijoa #A8E46C
RGB
CMYK
RGB Variations
Color information
#A8E46C (or 0xA8E46C) is known color: Feijoa. HEX triplet: A8, E4 and 6C. RGB value is (168,228,108). Sum of RGB (Red+Green+Blue) = 168+228+108=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E46C is #571B93. Grayscale: #C4C4C4. Windows color (decimal): -5708692 or 7136424. OLE color: 7136424.
HSL color Cylindrical-coordinate representation of color #A8E46C: hue angle of 90º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8E46C is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 108 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.11 |
| HSL | 90º | 0.69% | 0.66% | - |
| HSV(B) | 90º | 0.53% | 0.89% | - |
| XYZ | 46.6 | 64.89 | 24.26 | - |
| YUV | 196.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 108 | 0.26 | 0 | 0.53 | 0.11 | 90 | 0.69 | 0.66 |
| Hex | A8 | E4 | 6C | 1A | 0 | 35 | B | 5A | 45 | 42 |
| Octal | 250 | 344 | 154 | 32 | 0 | 65 | 13 | 132 | 105 | 102 |
| Binary | 10101000 | 11100100 | 1101100 | 11010 | 0 | 110101 | 1011 | 1011010 | 1000101 | 1000010 |
Color Harmonies of #A8E46C
Complementary color
Monochromatic Colors of #A8E46C
Black with #A8E46C
Text Example
Text Example
White with #A8E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E46C; }
p { color: rgb(168,228,108); }
H1.HeaderClassName
{
color: #A8E46C;
}
.AnyTagClassName
{
color: #A8E46C;
}
</style>
background-color css
<style>
a { background-color: #A8E46C; }
a { background-color: rgb(168,228,108); }
div.DivClassName
{
background-color: #A8E46C;
}
.BgClassName
{
background-color: #A8E46C;
}
</style>
border-color css
<style>
span { border-color: #A8E46C; }
span { border-color: rgb(168,228,108); }
td.TdClassName
{
border-color: #A8E46C;
}
.TagClassName
{
border-color: #A8E46C;
}
</style>