Shades of Feijoa #A0D47B
Tints of Feijoa #A0D47B
RGB
CMYK
RGB Variations
Color information
#A0D47B (or 0xA0D47B) is known color: Feijoa. HEX triplet: A0, D4 and 7B. RGB value is (160,212,123). Sum of RGB (Red+Green+Blue) = 160+212+123=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D47B is #5F2B84. Grayscale: #BABABA. Windows color (decimal): -6237061 or 8115360. OLE color: 8115360.
HSL color Cylindrical-coordinate representation of color #A0D47B: hue angle of 95.06º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0D47B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 123 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.17 |
| HSL | 95.06º | 0.51% | 0.66% | - |
| HSV(B) | 95.06º | 0.42% | 0.83% | - |
| XYZ | 41.62 | 55.99 | 27.35 | - |
| YUV | 186.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 123 | 0.25 | 0 | 0.42 | 0.17 | 95.06 | 0.51 | 0.66 |
| Hex | A0 | D4 | 7B | 19 | 0 | 2A | 11 | 5F | 33 | 42 |
| Octal | 240 | 324 | 173 | 31 | 0 | 52 | 21 | 137 | 63 | 102 |
| Binary | 10100000 | 11010100 | 1111011 | 11001 | 0 | 101010 | 10001 | 1011111 | 110011 | 1000010 |
Color Harmonies of #A0D47B
Complementary color
Monochromatic Colors of #A0D47B
Black with #A0D47B
Text Example
Text Example
White with #A0D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D47B; }
p { color: rgb(160,212,123); }
H1.HeaderClassName
{
color: #A0D47B;
}
.AnyTagClassName
{
color: #A0D47B;
}
</style>
background-color css
<style>
a { background-color: #A0D47B; }
a { background-color: rgb(160,212,123); }
div.DivClassName
{
background-color: #A0D47B;
}
.BgClassName
{
background-color: #A0D47B;
}
</style>
border-color css
<style>
span { border-color: #A0D47B; }
span { border-color: rgb(160,212,123); }
td.TdClassName
{
border-color: #A0D47B;
}
.TagClassName
{
border-color: #A0D47B;
}
</style>