Shades of Feijoa #A1F37B
Tints of Feijoa #A1F37B
RGB
CMYK
RGB Variations
Color information
#A1F37B (or 0xA1F37B) is known color: Feijoa. HEX triplet: A1, F3 and 7B. RGB value is (161,243,123). Sum of RGB (Red+Green+Blue) = 161+243+123=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F37B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F37B is #5E0C84. Grayscale: #CDCDCD. Windows color (decimal): -6163589 or 8123297. OLE color: 8123297.
HSL color Cylindrical-coordinate representation of color #A1F37B: hue angle of 101º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1F37B is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 123 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.05 |
| HSL | 101º | 0.83% | 0.72% | - |
| HSV(B) | 101º | 0.49% | 0.95% | - |
| XYZ | 50.32 | 73.11 | 30.2 | - |
| YUV | 204.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 123 | 0.34 | 0 | 0.49 | 0.05 | 101 | 0.83 | 0.72 |
| Hex | A1 | F3 | 7B | 22 | 0 | 31 | 5 | 65 | 53 | 48 |
| Octal | 241 | 363 | 173 | 42 | 0 | 61 | 5 | 145 | 123 | 110 |
| Binary | 10100001 | 11110011 | 1111011 | 100010 | 0 | 110001 | 101 | 1100101 | 1010011 | 1001000 |
Color Harmonies of #A1F37B
Complementary color
Monochromatic Colors of #A1F37B
Black with #A1F37B
Text Example
Text Example
White with #A1F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F37B; }
p { color: rgb(161,243,123); }
H1.HeaderClassName
{
color: #A1F37B;
}
.AnyTagClassName
{
color: #A1F37B;
}
</style>
background-color css
<style>
a { background-color: #A1F37B; }
a { background-color: rgb(161,243,123); }
div.DivClassName
{
background-color: #A1F37B;
}
.BgClassName
{
background-color: #A1F37B;
}
</style>
border-color css
<style>
span { border-color: #A1F37B; }
span { border-color: rgb(161,243,123); }
td.TdClassName
{
border-color: #A1F37B;
}
.TagClassName
{
border-color: #A1F37B;
}
</style>