Shades of Feijoa #A1F878
Tints of Feijoa #A1F878
RGB
CMYK
RGB Variations
Color information
#A1F878 (or 0xA1F878) is known color: Feijoa. HEX triplet: A1, F8 and 78. RGB value is (161,248,120). Sum of RGB (Red+Green+Blue) = 161+248+120=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F878 is #5E0787. Grayscale: #CFCFCF. Windows color (decimal): -6162312 or 7927969. OLE color: 7927969.
HSL color Cylindrical-coordinate representation of color #A1F878: hue angle of 100.78º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1F878 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 120 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.03 |
| HSL | 100.78º | 0.9% | 0.72% | - |
| HSV(B) | 100.78º | 0.52% | 0.97% | - |
| XYZ | 51.66 | 76.07 | 29.73 | - |
| YUV | 207.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 120 | 0.35 | 0 | 0.52 | 0.03 | 100.78 | 0.9 | 0.72 |
| Hex | A1 | F8 | 78 | 23 | 0 | 34 | 3 | 65 | 5A | 48 |
| Octal | 241 | 370 | 170 | 43 | 0 | 64 | 3 | 145 | 132 | 110 |
| Binary | 10100001 | 11111000 | 1111000 | 100011 | 0 | 110100 | 11 | 1100101 | 1011010 | 1001000 |
Color Harmonies of #A1F878
Complementary color
Monochromatic Colors of #A1F878
Black with #A1F878
Text Example
Text Example
White with #A1F878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F878; }
p { color: rgb(161,248,120); }
H1.HeaderClassName
{
color: #A1F878;
}
.AnyTagClassName
{
color: #A1F878;
}
</style>
background-color css
<style>
a { background-color: #A1F878; }
a { background-color: rgb(161,248,120); }
div.DivClassName
{
background-color: #A1F878;
}
.BgClassName
{
background-color: #A1F878;
}
</style>
border-color css
<style>
span { border-color: #A1F878; }
span { border-color: rgb(161,248,120); }
td.TdClassName
{
border-color: #A1F878;
}
.TagClassName
{
border-color: #A1F878;
}
</style>