Shades of Feijoa #A8E67B
Tints of Feijoa #A8E67B
RGB
CMYK
RGB Variations
Color information
#A8E67B (or 0xA8E67B) is known color: Feijoa. HEX triplet: A8, E6 and 7B. RGB value is (168,230,123). Sum of RGB (Red+Green+Blue) = 168+230+123=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E67B is #571984. Grayscale: #C7C7C7. Windows color (decimal): -5708165 or 8119976. OLE color: 8119976.
HSL color Cylindrical-coordinate representation of color #A8E67B: hue angle of 94.77º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8E67B is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 123 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.10 |
| HSL | 94.77º | 0.68% | 0.69% | - |
| HSV(B) | 94.77º | 0.47% | 0.9% | - |
| XYZ | 48.02 | 66.35 | 29.01 | - |
| YUV | 199.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 123 | 0.27 | 0 | 0.47 | 0.10 | 94.77 | 0.68 | 0.69 |
| Hex | A8 | E6 | 7B | 1B | 0 | 2F | A | 5F | 44 | 45 |
| Octal | 250 | 346 | 173 | 33 | 0 | 57 | 12 | 137 | 104 | 105 |
| Binary | 10101000 | 11100110 | 1111011 | 11011 | 0 | 101111 | 1010 | 1011111 | 1000100 | 1000101 |
Color Harmonies of #A8E67B
Complementary color
Monochromatic Colors of #A8E67B
Black with #A8E67B
Text Example
Text Example
White with #A8E67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E67B; }
p { color: rgb(168,230,123); }
H1.HeaderClassName
{
color: #A8E67B;
}
.AnyTagClassName
{
color: #A8E67B;
}
</style>
background-color css
<style>
a { background-color: #A8E67B; }
a { background-color: rgb(168,230,123); }
div.DivClassName
{
background-color: #A8E67B;
}
.BgClassName
{
background-color: #A8E67B;
}
</style>
border-color css
<style>
span { border-color: #A8E67B; }
span { border-color: rgb(168,230,123); }
td.TdClassName
{
border-color: #A8E67B;
}
.TagClassName
{
border-color: #A8E67B;
}
</style>