Shades of Feijoa #A1CC78
Tints of Feijoa #A1CC78
RGB
CMYK
RGB Variations
Color information
#A1CC78 (or 0xA1CC78) is known color: Feijoa. HEX triplet: A1, CC and 78. RGB value is (161,204,120). Sum of RGB (Red+Green+Blue) = 161+204+120=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC78 is #5E3387. Grayscale: #B5B5B5. Windows color (decimal): -6173576 or 7916705. OLE color: 7916705.
HSL color Cylindrical-coordinate representation of color #A1CC78: hue angle of 90.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1CC78 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 120 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.2 |
| HSL | 90.71º | 0.45% | 0.64% | - |
| HSV(B) | 90.71º | 0.41% | 0.8% | - |
| XYZ | 39.68 | 52.12 | 25.74 | - |
| YUV | 181.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 120 | 0.21 | 0 | 0.41 | 0.2 | 90.71 | 0.45 | 0.64 |
| Hex | A1 | CC | 78 | 15 | 0 | 29 | 14 | 5B | 2D | 40 |
| Octal | 241 | 314 | 170 | 25 | 0 | 51 | 24 | 133 | 55 | 100 |
| Binary | 10100001 | 11001100 | 1111000 | 10101 | 0 | 101001 | 10100 | 1011011 | 101101 | 1000000 |
Color Harmonies of #A1CC78
Complementary color
Monochromatic Colors of #A1CC78
Black with #A1CC78
Text Example
Text Example
White with #A1CC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC78; }
p { color: rgb(161,204,120); }
H1.HeaderClassName
{
color: #A1CC78;
}
.AnyTagClassName
{
color: #A1CC78;
}
</style>
background-color css
<style>
a { background-color: #A1CC78; }
a { background-color: rgb(161,204,120); }
div.DivClassName
{
background-color: #A1CC78;
}
.BgClassName
{
background-color: #A1CC78;
}
</style>
border-color css
<style>
span { border-color: #A1CC78; }
span { border-color: rgb(161,204,120); }
td.TdClassName
{
border-color: #A1CC78;
}
.TagClassName
{
border-color: #A1CC78;
}
</style>