Shades of Feijoa #A0D26F
Tints of Feijoa #A0D26F
RGB
CMYK
RGB Variations
Color information
#A0D26F (or 0xA0D26F) is known color: Feijoa. HEX triplet: A0, D2 and 6F. RGB value is (160,210,111). Sum of RGB (Red+Green+Blue) = 160+210+111=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D26F is #5F2D90. Grayscale: #B8B8B8. Windows color (decimal): -6237585 or 7328416. OLE color: 7328416.
HSL color Cylindrical-coordinate representation of color #A0D26F: hue angle of 90.3º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0D26F is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 111 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.18 |
| HSL | 90.3º | 0.52% | 0.63% | - |
| HSV(B) | 90.3º | 0.47% | 0.82% | - |
| XYZ | 40.41 | 54.71 | 23.47 | - |
| YUV | 183.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 111 | 0.24 | 0 | 0.47 | 0.18 | 90.3 | 0.52 | 0.63 |
| Hex | A0 | D2 | 6F | 18 | 0 | 2F | 12 | 5A | 34 | 3F |
| Octal | 240 | 322 | 157 | 30 | 0 | 57 | 22 | 132 | 64 | 77 |
| Binary | 10100000 | 11010010 | 1101111 | 11000 | 0 | 101111 | 10010 | 1011010 | 110100 | 111111 |
Color Harmonies of #A0D26F
Complementary color
Monochromatic Colors of #A0D26F
Black with #A0D26F
Text Example
Text Example
White with #A0D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D26F; }
p { color: rgb(160,210,111); }
H1.HeaderClassName
{
color: #A0D26F;
}
.AnyTagClassName
{
color: #A0D26F;
}
</style>
background-color css
<style>
a { background-color: #A0D26F; }
a { background-color: rgb(160,210,111); }
div.DivClassName
{
background-color: #A0D26F;
}
.BgClassName
{
background-color: #A0D26F;
}
</style>
border-color css
<style>
span { border-color: #A0D26F; }
span { border-color: rgb(160,210,111); }
td.TdClassName
{
border-color: #A0D26F;
}
.TagClassName
{
border-color: #A0D26F;
}
</style>