Shades of Feijoa #A0F66B
Tints of Feijoa #A0F66B
RGB
CMYK
RGB Variations
Color information
#A0F66B (or 0xA0F66B) is known color: Feijoa. HEX triplet: A0, F6 and 6B. RGB value is (160,246,107). Sum of RGB (Red+Green+Blue) = 160+246+107=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F66B is #5F0994. Grayscale: #CCCCCC. Windows color (decimal): -6228373 or 7075488. OLE color: 7075488.
HSL color Cylindrical-coordinate representation of color #A0F66B: hue angle of 97.12º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0F66B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 107 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.04 |
| HSL | 97.12º | 0.89% | 0.69% | - |
| HSV(B) | 97.12º | 0.57% | 0.96% | - |
| XYZ | 50.11 | 74.45 | 25.64 | - |
| YUV | 204.44 | 73.01 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 107 | 0.35 | 0 | 0.57 | 0.04 | 97.12 | 0.89 | 0.69 |
| Hex | A0 | F6 | 6B | 23 | 0 | 39 | 4 | 61 | 59 | 45 |
| Octal | 240 | 366 | 153 | 43 | 0 | 71 | 4 | 141 | 131 | 105 |
| Binary | 10100000 | 11110110 | 1101011 | 100011 | 0 | 111001 | 100 | 1100001 | 1011001 | 1000101 |
Color Harmonies of #A0F66B
Complementary color
Monochromatic Colors of #A0F66B
Black with #A0F66B
Text Example
Text Example
White with #A0F66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F66B; }
p { color: rgb(160,246,107); }
H1.HeaderClassName
{
color: #A0F66B;
}
.AnyTagClassName
{
color: #A0F66B;
}
</style>
background-color css
<style>
a { background-color: #A0F66B; }
a { background-color: rgb(160,246,107); }
div.DivClassName
{
background-color: #A0F66B;
}
.BgClassName
{
background-color: #A0F66B;
}
</style>
border-color css
<style>
span { border-color: #A0F66B; }
span { border-color: rgb(160,246,107); }
td.TdClassName
{
border-color: #A0F66B;
}
.TagClassName
{
border-color: #A0F66B;
}
</style>