Shades of Feijoa #A8EC6B
Tints of Feijoa #A8EC6B
RGB
CMYK
RGB Variations
Color information
#A8EC6B (or 0xA8EC6B) is known color: Feijoa. HEX triplet: A8, EC and 6B. RGB value is (168,236,107). Sum of RGB (Red+Green+Blue) = 168+236+107=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC6B is #571394. Grayscale: #C9C9C9. Windows color (decimal): -5706645 or 7072936. OLE color: 7072936.
HSL color Cylindrical-coordinate representation of color #A8EC6B: hue angle of 91.63º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8EC6B is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 107 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.07 |
| HSL | 91.63º | 0.77% | 0.67% | - |
| HSV(B) | 91.63º | 0.55% | 0.93% | - |
| XYZ | 48.8 | 69.38 | 24.73 | - |
| YUV | 200.96 | 74.97 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 107 | 0.29 | 0 | 0.55 | 0.07 | 91.63 | 0.77 | 0.67 |
| Hex | A8 | EC | 6B | 1D | 0 | 37 | 7 | 5C | 4D | 43 |
| Octal | 250 | 354 | 153 | 35 | 0 | 67 | 7 | 134 | 115 | 103 |
| Binary | 10101000 | 11101100 | 1101011 | 11101 | 0 | 110111 | 111 | 1011100 | 1001101 | 1000011 |
Color Harmonies of #A8EC6B
Complementary color
Monochromatic Colors of #A8EC6B
Black with #A8EC6B
Text Example
Text Example
White with #A8EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC6B; }
p { color: rgb(168,236,107); }
H1.HeaderClassName
{
color: #A8EC6B;
}
.AnyTagClassName
{
color: #A8EC6B;
}
</style>
background-color css
<style>
a { background-color: #A8EC6B; }
a { background-color: rgb(168,236,107); }
div.DivClassName
{
background-color: #A8EC6B;
}
.BgClassName
{
background-color: #A8EC6B;
}
</style>
border-color css
<style>
span { border-color: #A8EC6B; }
span { border-color: rgb(168,236,107); }
td.TdClassName
{
border-color: #A8EC6B;
}
.TagClassName
{
border-color: #A8EC6B;
}
</style>