Shades of Feijoa #A1F678
Tints of Feijoa #A1F678
RGB
CMYK
RGB Variations
Color information
#A1F678 (or 0xA1F678) is known color: Feijoa. HEX triplet: A1, F6 and 78. RGB value is (161,246,120). Sum of RGB (Red+Green+Blue) = 161+246+120=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F678 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F678 is #5E0987. Grayscale: #CECECE. Windows color (decimal): -6162824 or 7927457. OLE color: 7927457.
HSL color Cylindrical-coordinate representation of color #A1F678: hue angle of 100.48º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1F678 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 120 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.04 |
| HSL | 100.48º | 0.88% | 0.72% | - |
| HSV(B) | 100.48º | 0.51% | 0.96% | - |
| XYZ | 51.04 | 74.84 | 29.53 | - |
| YUV | 206.22 | 79.34 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 120 | 0.35 | 0 | 0.51 | 0.04 | 100.48 | 0.88 | 0.72 |
| Hex | A1 | F6 | 78 | 23 | 0 | 33 | 4 | 64 | 58 | 48 |
| Octal | 241 | 366 | 170 | 43 | 0 | 63 | 4 | 144 | 130 | 110 |
| Binary | 10100001 | 11110110 | 1111000 | 100011 | 0 | 110011 | 100 | 1100100 | 1011000 | 1001000 |
Color Harmonies of #A1F678
Complementary color
Monochromatic Colors of #A1F678
Black with #A1F678
Text Example
Text Example
White with #A1F678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F678; }
p { color: rgb(161,246,120); }
H1.HeaderClassName
{
color: #A1F678;
}
.AnyTagClassName
{
color: #A1F678;
}
</style>
background-color css
<style>
a { background-color: #A1F678; }
a { background-color: rgb(161,246,120); }
div.DivClassName
{
background-color: #A1F678;
}
.BgClassName
{
background-color: #A1F678;
}
</style>
border-color css
<style>
span { border-color: #A1F678; }
span { border-color: rgb(161,246,120); }
td.TdClassName
{
border-color: #A1F678;
}
.TagClassName
{
border-color: #A1F678;
}
</style>