Shades of Norway #A1C289
Tints of Norway #A1C289
RGB
CMYK
RGB Variations
Color information
#A1C289 (or 0xA1C289) is known color: Norway. HEX triplet: A1, C2 and 89. RGB value is (161,194,137). Sum of RGB (Red+Green+Blue) = 161+194+137=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C289 is #5E3D76. Grayscale: #B1B1B1. Windows color (decimal): -6176119 or 9028257. OLE color: 9028257.
HSL color Cylindrical-coordinate representation of color #A1C289: hue angle of 94.74º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1C289 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 137 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.24 |
| HSL | 94.74º | 0.32% | 0.65% | - |
| HSV(B) | 94.74º | 0.29% | 0.76% | - |
| XYZ | 38.51 | 47.97 | 30.9 | - |
| YUV | 177.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 137 | 0.17 | 0 | 0.29 | 0.24 | 94.74 | 0.32 | 0.65 |
| Hex | A1 | C2 | 89 | 11 | 0 | 1D | 18 | 5F | 20 | 41 |
| Octal | 241 | 302 | 211 | 21 | 0 | 35 | 30 | 137 | 40 | 101 |
| Binary | 10100001 | 11000010 | 10001001 | 10001 | 0 | 11101 | 11000 | 1011111 | 100000 | 1000001 |
Color Harmonies of #A1C289
Complementary color
Monochromatic Colors of #A1C289
Black with #A1C289
Text Example
Text Example
White with #A1C289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C289; }
p { color: rgb(161,194,137); }
H1.HeaderClassName
{
color: #A1C289;
}
.AnyTagClassName
{
color: #A1C289;
}
</style>
background-color css
<style>
a { background-color: #A1C289; }
a { background-color: rgb(161,194,137); }
div.DivClassName
{
background-color: #A1C289;
}
.BgClassName
{
background-color: #A1C289;
}
</style>
border-color css
<style>
span { border-color: #A1C289; }
span { border-color: rgb(161,194,137); }
td.TdClassName
{
border-color: #A1C289;
}
.TagClassName
{
border-color: #A1C289;
}
</style>