Shades of Norway #A3C582
Tints of Norway #A3C582
RGB
CMYK
RGB Variations
Color information
#A3C582 (or 0xA3C582) is known color: Norway. HEX triplet: A3, C5 and 82. RGB value is (163,197,130). Sum of RGB (Red+Green+Blue) = 163+197+130=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C582 is #5C3A7D. Grayscale: #B3B3B3. Windows color (decimal): -6044286 or 8570275. OLE color: 8570275.
HSL color Cylindrical-coordinate representation of color #A3C582: hue angle of 90.45º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3C582 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 130 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.23 |
| HSL | 90.45º | 0.37% | 0.64% | - |
| HSV(B) | 90.45º | 0.34% | 0.77% | - |
| XYZ | 39.1 | 49.33 | 28.58 | - |
| YUV | 179.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 130 | 0.17 | 0 | 0.34 | 0.23 | 90.45 | 0.37 | 0.64 |
| Hex | A3 | C5 | 82 | 11 | 0 | 22 | 17 | 5A | 25 | 40 |
| Octal | 243 | 305 | 202 | 21 | 0 | 42 | 27 | 132 | 45 | 100 |
| Binary | 10100011 | 11000101 | 10000010 | 10001 | 0 | 100010 | 10111 | 1011010 | 100101 | 1000000 |
Color Harmonies of #A3C582
Complementary color
Monochromatic Colors of #A3C582
Black with #A3C582
Text Example
Text Example
White with #A3C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C582; }
p { color: rgb(163,197,130); }
H1.HeaderClassName
{
color: #A3C582;
}
.AnyTagClassName
{
color: #A3C582;
}
</style>
background-color css
<style>
a { background-color: #A3C582; }
a { background-color: rgb(163,197,130); }
div.DivClassName
{
background-color: #A3C582;
}
.BgClassName
{
background-color: #A3C582;
}
</style>
border-color css
<style>
span { border-color: #A3C582; }
span { border-color: rgb(163,197,130); }
td.TdClassName
{
border-color: #A3C582;
}
.TagClassName
{
border-color: #A3C582;
}
</style>