Shades of Feijoa #A1F97B
Tints of Feijoa #A1F97B
RGB
CMYK
RGB Variations
Color information
#A1F97B (or 0xA1F97B) is known color: Feijoa. HEX triplet: A1, F9 and 7B. RGB value is (161,249,123). Sum of RGB (Red+Green+Blue) = 161+249+123=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F97B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F97B is #5E0684. Grayscale: #D0D0D0. Windows color (decimal): -6162053 or 8124833. OLE color: 8124833.
HSL color Cylindrical-coordinate representation of color #A1F97B: hue angle of 101.9º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1F97B is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 123 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.02 |
| HSL | 101.9º | 0.91% | 0.73% | - |
| HSV(B) | 101.9º | 0.51% | 0.98% | - |
| XYZ | 52.15 | 76.76 | 30.81 | - |
| YUV | 208.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 123 | 0.35 | 0 | 0.51 | 0.02 | 101.9 | 0.91 | 0.73 |
| Hex | A1 | F9 | 7B | 23 | 0 | 33 | 2 | 66 | 5B | 49 |
| Octal | 241 | 371 | 173 | 43 | 0 | 63 | 2 | 146 | 133 | 111 |
| Binary | 10100001 | 11111001 | 1111011 | 100011 | 0 | 110011 | 10 | 1100110 | 1011011 | 1001001 |
Color Harmonies of #A1F97B
Complementary color
Monochromatic Colors of #A1F97B
Black with #A1F97B
Text Example
Text Example
White with #A1F97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F97B; }
p { color: rgb(161,249,123); }
H1.HeaderClassName
{
color: #A1F97B;
}
.AnyTagClassName
{
color: #A1F97B;
}
</style>
background-color css
<style>
a { background-color: #A1F97B; }
a { background-color: rgb(161,249,123); }
div.DivClassName
{
background-color: #A1F97B;
}
.BgClassName
{
background-color: #A1F97B;
}
</style>
border-color css
<style>
span { border-color: #A1F97B; }
span { border-color: rgb(161,249,123); }
td.TdClassName
{
border-color: #A1F97B;
}
.TagClassName
{
border-color: #A1F97B;
}
</style>