Shades of Feijoa #A1F76B
Tints of Feijoa #A1F76B
RGB
CMYK
RGB Variations
Color information
#A1F76B (or 0xA1F76B) is known color: Feijoa. HEX triplet: A1, F7 and 6B. RGB value is (161,247,107). Sum of RGB (Red+Green+Blue) = 161+247+107=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F76B is #5E0894. Grayscale: #CDCDCD. Windows color (decimal): -6162581 or 7075745. OLE color: 7075745.
HSL color Cylindrical-coordinate representation of color #A1F76B: hue angle of 96.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1F76B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 107 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.03 |
| HSL | 96.86º | 0.9% | 0.69% | - |
| HSV(B) | 96.86º | 0.57% | 0.97% | - |
| XYZ | 50.61 | 75.16 | 25.75 | - |
| YUV | 205.33 | 72.51 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 107 | 0.35 | 0 | 0.57 | 0.03 | 96.86 | 0.9 | 0.69 |
| Hex | A1 | F7 | 6B | 23 | 0 | 39 | 3 | 61 | 5A | 45 |
| Octal | 241 | 367 | 153 | 43 | 0 | 71 | 3 | 141 | 132 | 105 |
| Binary | 10100001 | 11110111 | 1101011 | 100011 | 0 | 111001 | 11 | 1100001 | 1011010 | 1000101 |
Color Harmonies of #A1F76B
Complementary color
Monochromatic Colors of #A1F76B
Black with #A1F76B
Text Example
Text Example
White with #A1F76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F76B; }
p { color: rgb(161,247,107); }
H1.HeaderClassName
{
color: #A1F76B;
}
.AnyTagClassName
{
color: #A1F76B;
}
</style>
background-color css
<style>
a { background-color: #A1F76B; }
a { background-color: rgb(161,247,107); }
div.DivClassName
{
background-color: #A1F76B;
}
.BgClassName
{
background-color: #A1F76B;
}
</style>
border-color css
<style>
span { border-color: #A1F76B; }
span { border-color: rgb(161,247,107); }
td.TdClassName
{
border-color: #A1F76B;
}
.TagClassName
{
border-color: #A1F76B;
}
</style>