Shades of Feijoa #A1D678
Tints of Feijoa #A1D678
RGB
CMYK
RGB Variations
Color information
#A1D678 (or 0xA1D678) is known color: Feijoa. HEX triplet: A1, D6 and 78. RGB value is (161,214,120). Sum of RGB (Red+Green+Blue) = 161+214+120=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D678 is #5E2987. Grayscale: #BBBBBB. Windows color (decimal): -6171016 or 7919265. OLE color: 7919265.
HSL color Cylindrical-coordinate representation of color #A1D678: hue angle of 93.83º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1D678 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 120 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.16 |
| HSL | 93.83º | 0.53% | 0.65% | - |
| HSV(B) | 93.83º | 0.44% | 0.84% | - |
| XYZ | 42.13 | 57.03 | 26.56 | - |
| YUV | 187.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 120 | 0.25 | 0 | 0.44 | 0.16 | 93.83 | 0.53 | 0.65 |
| Hex | A1 | D6 | 78 | 19 | 0 | 2C | 10 | 5E | 35 | 41 |
| Octal | 241 | 326 | 170 | 31 | 0 | 54 | 20 | 136 | 65 | 101 |
| Binary | 10100001 | 11010110 | 1111000 | 11001 | 0 | 101100 | 10000 | 1011110 | 110101 | 1000001 |
Color Harmonies of #A1D678
Complementary color
Monochromatic Colors of #A1D678
Black with #A1D678
Text Example
Text Example
White with #A1D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D678; }
p { color: rgb(161,214,120); }
H1.HeaderClassName
{
color: #A1D678;
}
.AnyTagClassName
{
color: #A1D678;
}
</style>
background-color css
<style>
a { background-color: #A1D678; }
a { background-color: rgb(161,214,120); }
div.DivClassName
{
background-color: #A1D678;
}
.BgClassName
{
background-color: #A1D678;
}
</style>
border-color css
<style>
span { border-color: #A1D678; }
span { border-color: rgb(161,214,120); }
td.TdClassName
{
border-color: #A1D678;
}
.TagClassName
{
border-color: #A1D678;
}
</style>