Shades of Feijoa #A1FB6B
Tints of Feijoa #A1FB6B
RGB
CMYK
RGB Variations
Color information
#A1FB6B (or 0xA1FB6B) is known color: Feijoa. HEX triplet: A1, FB and 6B. RGB value is (161,251,107). Sum of RGB (Red+Green+Blue) = 161+251+107=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB6B is #5E0494. Grayscale: #D0D0D0. Windows color (decimal): -6161557 or 7076769. OLE color: 7076769.
HSL color Cylindrical-coordinate representation of color #A1FB6B: hue angle of 97.5º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1FB6B is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 107 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.02 |
| HSL | 97.5º | 0.95% | 0.7% | - |
| HSV(B) | 97.5º | 0.57% | 0.98% | - |
| XYZ | 51.85 | 77.63 | 26.16 | - |
| YUV | 207.67 | 71.18 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 107 | 0.36 | 0 | 0.57 | 0.02 | 97.5 | 0.95 | 0.7 |
| Hex | A1 | FB | 6B | 24 | 0 | 39 | 2 | 62 | 5F | 46 |
| Octal | 241 | 373 | 153 | 44 | 0 | 71 | 2 | 142 | 137 | 106 |
| Binary | 10100001 | 11111011 | 1101011 | 100100 | 0 | 111001 | 10 | 1100010 | 1011111 | 1000110 |
Color Harmonies of #A1FB6B
Complementary color
Monochromatic Colors of #A1FB6B
Black with #A1FB6B
Text Example
Text Example
White with #A1FB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB6B; }
p { color: rgb(161,251,107); }
H1.HeaderClassName
{
color: #A1FB6B;
}
.AnyTagClassName
{
color: #A1FB6B;
}
</style>
background-color css
<style>
a { background-color: #A1FB6B; }
a { background-color: rgb(161,251,107); }
div.DivClassName
{
background-color: #A1FB6B;
}
.BgClassName
{
background-color: #A1FB6B;
}
</style>
border-color css
<style>
span { border-color: #A1FB6B; }
span { border-color: rgb(161,251,107); }
td.TdClassName
{
border-color: #A1FB6B;
}
.TagClassName
{
border-color: #A1FB6B;
}
</style>