Shades of Feijoa #A1F96F
Tints of Feijoa #A1F96F
RGB
CMYK
RGB Variations
Color information
#A1F96F (or 0xA1F96F) is known color: Feijoa. HEX triplet: A1, F9 and 6F. RGB value is (161,249,111). Sum of RGB (Red+Green+Blue) = 161+249+111=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F96F is #5E0690. Grayscale: #CFCFCF. Windows color (decimal): -6162065 or 7338401. OLE color: 7338401.
HSL color Cylindrical-coordinate representation of color #A1F96F: hue angle of 98.26º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1F96F is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 111 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.02 |
| HSL | 98.26º | 0.92% | 0.71% | - |
| HSV(B) | 98.26º | 0.55% | 0.98% | - |
| XYZ | 51.44 | 76.48 | 27.09 | - |
| YUV | 206.96 | 73.85 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 111 | 0.35 | 0 | 0.55 | 0.02 | 98.26 | 0.92 | 0.71 |
| Hex | A1 | F9 | 6F | 23 | 0 | 37 | 2 | 62 | 5C | 47 |
| Octal | 241 | 371 | 157 | 43 | 0 | 67 | 2 | 142 | 134 | 107 |
| Binary | 10100001 | 11111001 | 1101111 | 100011 | 0 | 110111 | 10 | 1100010 | 1011100 | 1000111 |
Color Harmonies of #A1F96F
Complementary color
Monochromatic Colors of #A1F96F
Black with #A1F96F
Text Example
Text Example
White with #A1F96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F96F; }
p { color: rgb(161,249,111); }
H1.HeaderClassName
{
color: #A1F96F;
}
.AnyTagClassName
{
color: #A1F96F;
}
</style>
background-color css
<style>
a { background-color: #A1F96F; }
a { background-color: rgb(161,249,111); }
div.DivClassName
{
background-color: #A1F96F;
}
.BgClassName
{
background-color: #A1F96F;
}
</style>
border-color css
<style>
span { border-color: #A1F96F; }
span { border-color: rgb(161,249,111); }
td.TdClassName
{
border-color: #A1F96F;
}
.TagClassName
{
border-color: #A1F96F;
}
</style>