Shades of Norway #A1C089
Tints of Norway #A1C089
RGB
CMYK
RGB Variations
Color information
#A1C089 (or 0xA1C089) is known color: Norway. HEX triplet: A1, C0 and 89. RGB value is (161,192,137). Sum of RGB (Red+Green+Blue) = 161+192+137=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C089 is #5E3F76. Grayscale: #B0B0B0. Windows color (decimal): -6176631 or 9027745. OLE color: 9027745.
HSL color Cylindrical-coordinate representation of color #A1C089: hue angle of 93.82º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1C089 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 137 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.25 |
| HSL | 93.82º | 0.3% | 0.65% | - |
| HSV(B) | 93.82º | 0.29% | 0.75% | - |
| XYZ | 38.06 | 47.08 | 30.75 | - |
| YUV | 176.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 137 | 0.16 | 0 | 0.29 | 0.25 | 93.82 | 0.3 | 0.65 |
| Hex | A1 | C0 | 89 | 10 | 0 | 1D | 19 | 5E | 1E | 41 |
| Octal | 241 | 300 | 211 | 20 | 0 | 35 | 31 | 136 | 36 | 101 |
| Binary | 10100001 | 11000000 | 10001001 | 10000 | 0 | 11101 | 11001 | 1011110 | 11110 | 1000001 |
Color Harmonies of #A1C089
Complementary color
Monochromatic Colors of #A1C089
Black with #A1C089
Text Example
Text Example
White with #A1C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C089; }
p { color: rgb(161,192,137); }
H1.HeaderClassName
{
color: #A1C089;
}
.AnyTagClassName
{
color: #A1C089;
}
</style>
background-color css
<style>
a { background-color: #A1C089; }
a { background-color: rgb(161,192,137); }
div.DivClassName
{
background-color: #A1C089;
}
.BgClassName
{
background-color: #A1C089;
}
</style>
border-color css
<style>
span { border-color: #A1C089; }
span { border-color: rgb(161,192,137); }
td.TdClassName
{
border-color: #A1C089;
}
.TagClassName
{
border-color: #A1C089;
}
</style>