Shades of Norway #A0C189
Tints of Norway #A0C189
RGB
CMYK
RGB Variations
Color information
#A0C189 (or 0xA0C189) is known color: Norway. HEX triplet: A0, C1 and 89. RGB value is (160,193,137). Sum of RGB (Red+Green+Blue) = 160+193+137=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C189 is #5F3E76. Grayscale: #B0B0B0. Windows color (decimal): -6241911 or 9028000. OLE color: 9028000.
HSL color Cylindrical-coordinate representation of color #A0C189: hue angle of 95.36º degrees, saturation: 0.31, 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 #A0C189 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 137 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.24 |
| HSL | 95.36º | 0.31% | 0.65% | - |
| HSV(B) | 95.36º | 0.29% | 0.76% | - |
| XYZ | 38.08 | 47.42 | 30.81 | - |
| YUV | 176.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 137 | 0.17 | 0 | 0.29 | 0.24 | 95.36 | 0.31 | 0.65 |
| Hex | A0 | C1 | 89 | 11 | 0 | 1D | 18 | 5F | 1F | 41 |
| Octal | 240 | 301 | 211 | 21 | 0 | 35 | 30 | 137 | 37 | 101 |
| Binary | 10100000 | 11000001 | 10001001 | 10001 | 0 | 11101 | 11000 | 1011111 | 11111 | 1000001 |
Color Harmonies of #A0C189
Complementary color
Monochromatic Colors of #A0C189
Black with #A0C189
Text Example
Text Example
White with #A0C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C189; }
p { color: rgb(160,193,137); }
H1.HeaderClassName
{
color: #A0C189;
}
.AnyTagClassName
{
color: #A0C189;
}
</style>
background-color css
<style>
a { background-color: #A0C189; }
a { background-color: rgb(160,193,137); }
div.DivClassName
{
background-color: #A0C189;
}
.BgClassName
{
background-color: #A0C189;
}
</style>
border-color css
<style>
span { border-color: #A0C189; }
span { border-color: rgb(160,193,137); }
td.TdClassName
{
border-color: #A0C189;
}
.TagClassName
{
border-color: #A0C189;
}
</style>