Shades of Feijoa #A0E67B
Tints of Feijoa #A0E67B
RGB
CMYK
RGB Variations
Color information
#A0E67B (or 0xA0E67B) is known color: Feijoa. HEX triplet: A0, E6 and 7B. RGB value is (160,230,123). Sum of RGB (Red+Green+Blue) = 160+230+123=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E67B is #5F1984. Grayscale: #C5C5C5. Windows color (decimal): -6232453 or 8119968. OLE color: 8119968.
HSL color Cylindrical-coordinate representation of color #A0E67B: hue angle of 99.25º 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 #A0E67B is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 123 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.10 |
| HSL | 99.25º | 0.68% | 0.69% | - |
| HSV(B) | 99.25º | 0.47% | 0.9% | - |
| XYZ | 46.37 | 65.5 | 28.94 | - |
| YUV | 196.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 123 | 0.30 | 0 | 0.47 | 0.10 | 99.25 | 0.68 | 0.69 |
| Hex | A0 | E6 | 7B | 1E | 0 | 2F | A | 63 | 44 | 45 |
| Octal | 240 | 346 | 173 | 36 | 0 | 57 | 12 | 143 | 104 | 105 |
| Binary | 10100000 | 11100110 | 1111011 | 11110 | 0 | 101111 | 1010 | 1100011 | 1000100 | 1000101 |
Color Harmonies of #A0E67B
Complementary color
Monochromatic Colors of #A0E67B
Black with #A0E67B
Text Example
Text Example
White with #A0E67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E67B; }
p { color: rgb(160,230,123); }
H1.HeaderClassName
{
color: #A0E67B;
}
.AnyTagClassName
{
color: #A0E67B;
}
</style>
background-color css
<style>
a { background-color: #A0E67B; }
a { background-color: rgb(160,230,123); }
div.DivClassName
{
background-color: #A0E67B;
}
.BgClassName
{
background-color: #A0E67B;
}
</style>
border-color css
<style>
span { border-color: #A0E67B; }
span { border-color: rgb(160,230,123); }
td.TdClassName
{
border-color: #A0E67B;
}
.TagClassName
{
border-color: #A0E67B;
}
</style>