Shades of Feijoa #A1F768
Tints of Feijoa #A1F768
RGB
CMYK
RGB Variations
Color information
#A1F768 (or 0xA1F768) is known color: Feijoa. HEX triplet: A1, F7 and 68. RGB value is (161,247,104). Sum of RGB (Red+Green+Blue) = 161+247+104=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F768 is #5E0897. Grayscale: #CDCDCD. Windows color (decimal): -6162584 or 6879137. OLE color: 6879137.
HSL color Cylindrical-coordinate representation of color #A1F768: hue angle of 96.08º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1F768 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 104 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.03 |
| HSL | 96.08º | 0.9% | 0.69% | - |
| HSV(B) | 96.08º | 0.58% | 0.97% | - |
| XYZ | 50.46 | 75.1 | 24.93 | - |
| YUV | 204.98 | 71.01 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 104 | 0.35 | 0 | 0.58 | 0.03 | 96.08 | 0.9 | 0.69 |
| Hex | A1 | F7 | 68 | 23 | 0 | 3A | 3 | 60 | 5A | 45 |
| Octal | 241 | 367 | 150 | 43 | 0 | 72 | 3 | 140 | 132 | 105 |
| Binary | 10100001 | 11110111 | 1101000 | 100011 | 0 | 111010 | 11 | 1100000 | 1011010 | 1000101 |
Color Harmonies of #A1F768
Complementary color
Monochromatic Colors of #A1F768
Black with #A1F768
Text Example
Text Example
White with #A1F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F768; }
p { color: rgb(161,247,104); }
H1.HeaderClassName
{
color: #A1F768;
}
.AnyTagClassName
{
color: #A1F768;
}
</style>
background-color css
<style>
a { background-color: #A1F768; }
a { background-color: rgb(161,247,104); }
div.DivClassName
{
background-color: #A1F768;
}
.BgClassName
{
background-color: #A1F768;
}
</style>
border-color css
<style>
span { border-color: #A1F768; }
span { border-color: rgb(161,247,104); }
td.TdClassName
{
border-color: #A1F768;
}
.TagClassName
{
border-color: #A1F768;
}
</style>