Shades of Feijoa #A8E66B
Tints of Feijoa #A8E66B
RGB
CMYK
RGB Variations
Color information
#A8E66B (or 0xA8E66B) is known color: Feijoa. HEX triplet: A8, E6 and 6B. RGB value is (168,230,107). Sum of RGB (Red+Green+Blue) = 168+230+107=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E66B is #571994. Grayscale: #C5C5C5. Windows color (decimal): -5708181 or 7071400. OLE color: 7071400.
HSL color Cylindrical-coordinate representation of color #A8E66B: hue angle of 90.24º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8E66B is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 107 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.10 |
| HSL | 90.24º | 0.71% | 0.66% | - |
| HSV(B) | 90.24º | 0.53% | 0.9% | - |
| XYZ | 47.1 | 65.98 | 24.16 | - |
| YUV | 197.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 107 | 0.27 | 0 | 0.53 | 0.10 | 90.24 | 0.71 | 0.66 |
| Hex | A8 | E6 | 6B | 1B | 0 | 35 | A | 5A | 47 | 42 |
| Octal | 250 | 346 | 153 | 33 | 0 | 65 | 12 | 132 | 107 | 102 |
| Binary | 10101000 | 11100110 | 1101011 | 11011 | 0 | 110101 | 1010 | 1011010 | 1000111 | 1000010 |
Color Harmonies of #A8E66B
Complementary color
Monochromatic Colors of #A8E66B
Black with #A8E66B
Text Example
Text Example
White with #A8E66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E66B; }
p { color: rgb(168,230,107); }
H1.HeaderClassName
{
color: #A8E66B;
}
.AnyTagClassName
{
color: #A8E66B;
}
</style>
background-color css
<style>
a { background-color: #A8E66B; }
a { background-color: rgb(168,230,107); }
div.DivClassName
{
background-color: #A8E66B;
}
.BgClassName
{
background-color: #A8E66B;
}
</style>
border-color css
<style>
span { border-color: #A8E66B; }
span { border-color: rgb(168,230,107); }
td.TdClassName
{
border-color: #A8E66B;
}
.TagClassName
{
border-color: #A8E66B;
}
</style>