Shades of Feijoa #A1F66B
Tints of Feijoa #A1F66B
RGB
CMYK
RGB Variations
Color information
#A1F66B (or 0xA1F66B) is known color: Feijoa. HEX triplet: A1, F6 and 6B. RGB value is (161,246,107). Sum of RGB (Red+Green+Blue) = 161+246+107=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F66B is #5E0994. Grayscale: #CDCDCD. Windows color (decimal): -6162837 or 7075489. OLE color: 7075489.
HSL color Cylindrical-coordinate representation of color #A1F66B: hue angle of 96.69º 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 #A1F66B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 107 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.04 |
| HSL | 96.69º | 0.89% | 0.69% | - |
| HSV(B) | 96.69º | 0.57% | 0.96% | - |
| XYZ | 50.31 | 74.55 | 25.65 | - |
| YUV | 204.74 | 72.84 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 107 | 0.35 | 0 | 0.57 | 0.04 | 96.69 | 0.89 | 0.69 |
| Hex | A1 | F6 | 6B | 23 | 0 | 39 | 4 | 61 | 59 | 45 |
| Octal | 241 | 366 | 153 | 43 | 0 | 71 | 4 | 141 | 131 | 105 |
| Binary | 10100001 | 11110110 | 1101011 | 100011 | 0 | 111001 | 100 | 1100001 | 1011001 | 1000101 |
Color Harmonies of #A1F66B
Complementary color
Monochromatic Colors of #A1F66B
Black with #A1F66B
Text Example
Text Example
White with #A1F66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F66B; }
p { color: rgb(161,246,107); }
H1.HeaderClassName
{
color: #A1F66B;
}
.AnyTagClassName
{
color: #A1F66B;
}
</style>
background-color css
<style>
a { background-color: #A1F66B; }
a { background-color: rgb(161,246,107); }
div.DivClassName
{
background-color: #A1F66B;
}
.BgClassName
{
background-color: #A1F66B;
}
</style>
border-color css
<style>
span { border-color: #A1F66B; }
span { border-color: rgb(161,246,107); }
td.TdClassName
{
border-color: #A1F66B;
}
.TagClassName
{
border-color: #A1F66B;
}
</style>