Shades of Feijoa #A1F67B
Tints of Feijoa #A1F67B
RGB
CMYK
RGB Variations
Color information
#A1F67B (or 0xA1F67B) is known color: Feijoa. HEX triplet: A1, F6 and 7B. RGB value is (161,246,123). Sum of RGB (Red+Green+Blue) = 161+246+123=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F67B is #5E0984. Grayscale: #CECECE. Windows color (decimal): -6162821 or 8124065. OLE color: 8124065.
HSL color Cylindrical-coordinate representation of color #A1F67B: hue angle of 101.46º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1F67B is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 123 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.04 |
| HSL | 101.46º | 0.87% | 0.72% | - |
| HSV(B) | 101.46º | 0.5% | 0.96% | - |
| XYZ | 51.23 | 74.92 | 30.5 | - |
| YUV | 206.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 123 | 0.35 | 0 | 0.50 | 0.04 | 101.46 | 0.87 | 0.72 |
| Hex | A1 | F6 | 7B | 23 | 0 | 32 | 4 | 65 | 57 | 48 |
| Octal | 241 | 366 | 173 | 43 | 0 | 62 | 4 | 145 | 127 | 110 |
| Binary | 10100001 | 11110110 | 1111011 | 100011 | 0 | 110010 | 100 | 1100101 | 1010111 | 1001000 |
Color Harmonies of #A1F67B
Complementary color
Monochromatic Colors of #A1F67B
Black with #A1F67B
Text Example
Text Example
White with #A1F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F67B; }
p { color: rgb(161,246,123); }
H1.HeaderClassName
{
color: #A1F67B;
}
.AnyTagClassName
{
color: #A1F67B;
}
</style>
background-color css
<style>
a { background-color: #A1F67B; }
a { background-color: rgb(161,246,123); }
div.DivClassName
{
background-color: #A1F67B;
}
.BgClassName
{
background-color: #A1F67B;
}
</style>
border-color css
<style>
span { border-color: #A1F67B; }
span { border-color: rgb(161,246,123); }
td.TdClassName
{
border-color: #A1F67B;
}
.TagClassName
{
border-color: #A1F67B;
}
</style>