Shades of Feijoa #A8FF6E
Tints of Feijoa #A8FF6E
RGB
CMYK
RGB Variations
Color information
#A8FF6E (or 0xA8FF6E) is known color: Feijoa. HEX triplet: A8, FF and 6E. RGB value is (168,255,110). Sum of RGB (Red+Green+Blue) = 168+255+110=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF6E is #570091. Grayscale: #D4D4D4. Windows color (decimal): -5701778 or 7274408. OLE color: 7274408.
HSL color Cylindrical-coordinate representation of color #A8FF6E: hue angle of 96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8FF6E is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 110 | - |
| CMYK | 0.34 | 0 | 0.57 | 0 |
| HSL | 96º | 1% | 0.72% | - |
| HSV(B) | 96º | 0.57% | 1% | - |
| XYZ | 54.72 | 80.97 | 27.5 | - |
| YUV | 212.46 | 70.18 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 110 | 0.34 | 0 | 0.57 | 0 | 96 | 1 | 0.72 |
| Hex | A8 | FF | 6E | 22 | 0 | 39 | 0 | 60 | 64 | 48 |
| Octal | 250 | 377 | 156 | 42 | 0 | 71 | 0 | 140 | 144 | 110 |
| Binary | 10101000 | 11111111 | 1101110 | 100010 | 0 | 111001 | 0 | 1100000 | 1100100 | 1001000 |
Color Harmonies of #A8FF6E
Complementary color
Monochromatic Colors of #A8FF6E
Black with #A8FF6E
Text Example
Text Example
White with #A8FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF6E; }
p { color: rgb(168,255,110); }
H1.HeaderClassName
{
color: #A8FF6E;
}
.AnyTagClassName
{
color: #A8FF6E;
}
</style>
background-color css
<style>
a { background-color: #A8FF6E; }
a { background-color: rgb(168,255,110); }
div.DivClassName
{
background-color: #A8FF6E;
}
.BgClassName
{
background-color: #A8FF6E;
}
</style>
border-color css
<style>
span { border-color: #A8FF6E; }
span { border-color: rgb(168,255,110); }
td.TdClassName
{
border-color: #A8FF6E;
}
.TagClassName
{
border-color: #A8FF6E;
}
</style>