Shades of Norway #A0C082
Tints of Norway #A0C082
RGB
CMYK
RGB Variations
Color information
#A0C082 (or 0xA0C082) is known color: Norway. HEX triplet: A0, C0 and 82. RGB value is (160,192,130). Sum of RGB (Red+Green+Blue) = 160+192+130=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C082 is #5F3F7D. Grayscale: #AFAFAF. Windows color (decimal): -6242174 or 8568992. OLE color: 8568992.
HSL color Cylindrical-coordinate representation of color #A0C082: hue angle of 90.97º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0C082 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 130 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.25 |
| HSL | 90.97º | 0.33% | 0.63% | - |
| HSV(B) | 90.97º | 0.32% | 0.75% | - |
| XYZ | 37.38 | 46.78 | 28.18 | - |
| YUV | 175.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 130 | 0.17 | 0 | 0.32 | 0.25 | 90.97 | 0.33 | 0.63 |
| Hex | A0 | C0 | 82 | 11 | 0 | 20 | 19 | 5B | 21 | 3F |
| Octal | 240 | 300 | 202 | 21 | 0 | 40 | 31 | 133 | 41 | 77 |
| Binary | 10100000 | 11000000 | 10000010 | 10001 | 0 | 100000 | 11001 | 1011011 | 100001 | 111111 |
Color Harmonies of #A0C082
Complementary color
Monochromatic Colors of #A0C082
Black with #A0C082
Text Example
Text Example
White with #A0C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C082; }
p { color: rgb(160,192,130); }
H1.HeaderClassName
{
color: #A0C082;
}
.AnyTagClassName
{
color: #A0C082;
}
</style>
background-color css
<style>
a { background-color: #A0C082; }
a { background-color: rgb(160,192,130); }
div.DivClassName
{
background-color: #A0C082;
}
.BgClassName
{
background-color: #A0C082;
}
</style>
border-color css
<style>
span { border-color: #A0C082; }
span { border-color: rgb(160,192,130); }
td.TdClassName
{
border-color: #A0C082;
}
.TagClassName
{
border-color: #A0C082;
}
</style>