Shades of Norway #A3C490
Tints of Norway #A3C490
RGB
CMYK
RGB Variations
Color information
#A3C490 (or 0xA3C490) is known color: Norway. HEX triplet: A3, C4 and 90. RGB value is (163,196,144). Sum of RGB (Red+Green+Blue) = 163+196+144=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C490 is #5C3B6F. Grayscale: #B4B4B4. Windows color (decimal): -6044528 or 9487523. OLE color: 9487523.
HSL color Cylindrical-coordinate representation of color #A3C490: hue angle of 98.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3C490 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 144 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.23 |
| HSL | 98.08º | 0.31% | 0.67% | - |
| HSV(B) | 98.08º | 0.27% | 0.77% | - |
| XYZ | 39.88 | 49.28 | 33.8 | - |
| YUV | 180.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 144 | 0.17 | 0 | 0.27 | 0.23 | 98.08 | 0.31 | 0.67 |
| Hex | A3 | C4 | 90 | 11 | 0 | 1B | 17 | 62 | 1F | 43 |
| Octal | 243 | 304 | 220 | 21 | 0 | 33 | 27 | 142 | 37 | 103 |
| Binary | 10100011 | 11000100 | 10010000 | 10001 | 0 | 11011 | 10111 | 1100010 | 11111 | 1000011 |
Color Harmonies of #A3C490
Complementary color
Monochromatic Colors of #A3C490
Black with #A3C490
Text Example
Text Example
White with #A3C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C490; }
p { color: rgb(163,196,144); }
H1.HeaderClassName
{
color: #A3C490;
}
.AnyTagClassName
{
color: #A3C490;
}
</style>
background-color css
<style>
a { background-color: #A3C490; }
a { background-color: rgb(163,196,144); }
div.DivClassName
{
background-color: #A3C490;
}
.BgClassName
{
background-color: #A3C490;
}
</style>
border-color css
<style>
span { border-color: #A3C490; }
span { border-color: rgb(163,196,144); }
td.TdClassName
{
border-color: #A3C490;
}
.TagClassName
{
border-color: #A3C490;
}
</style>