Shades of Feijoa #A0D57B
Tints of Feijoa #A0D57B
RGB
CMYK
RGB Variations
Color information
#A0D57B (or 0xA0D57B) is known color: Feijoa. HEX triplet: A0, D5 and 7B. RGB value is (160,213,123). Sum of RGB (Red+Green+Blue) = 160+213+123=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D57B is #5F2A84. Grayscale: #BBBBBB. Windows color (decimal): -6236805 or 8115616. OLE color: 8115616.
HSL color Cylindrical-coordinate representation of color #A0D57B: hue angle of 95.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0D57B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 123 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.16 |
| HSL | 95.33º | 0.52% | 0.66% | - |
| HSV(B) | 95.33º | 0.42% | 0.84% | - |
| XYZ | 41.87 | 56.49 | 27.44 | - |
| YUV | 186.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 123 | 0.25 | 0 | 0.42 | 0.16 | 95.33 | 0.52 | 0.66 |
| Hex | A0 | D5 | 7B | 19 | 0 | 2A | 10 | 5F | 34 | 42 |
| Octal | 240 | 325 | 173 | 31 | 0 | 52 | 20 | 137 | 64 | 102 |
| Binary | 10100000 | 11010101 | 1111011 | 11001 | 0 | 101010 | 10000 | 1011111 | 110100 | 1000010 |
Color Harmonies of #A0D57B
Complementary color
Monochromatic Colors of #A0D57B
Black with #A0D57B
Text Example
Text Example
White with #A0D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D57B; }
p { color: rgb(160,213,123); }
H1.HeaderClassName
{
color: #A0D57B;
}
.AnyTagClassName
{
color: #A0D57B;
}
</style>
background-color css
<style>
a { background-color: #A0D57B; }
a { background-color: rgb(160,213,123); }
div.DivClassName
{
background-color: #A0D57B;
}
.BgClassName
{
background-color: #A0D57B;
}
</style>
border-color css
<style>
span { border-color: #A0D57B; }
span { border-color: rgb(160,213,123); }
td.TdClassName
{
border-color: #A0D57B;
}
.TagClassName
{
border-color: #A0D57B;
}
</style>