Shades of Norway #A3C390
Tints of Norway #A3C390
RGB
CMYK
RGB Variations
Color information
#A3C390 (or 0xA3C390) is known color: Norway. HEX triplet: A3, C3 and 90. RGB value is (163,195,144). Sum of RGB (Red+Green+Blue) = 163+195+144=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C390 is #5C3C6F. Grayscale: #B3B3B3. Windows color (decimal): -6044784 or 9487267. OLE color: 9487267.
HSL color Cylindrical-coordinate representation of color #A3C390: hue angle of 97.65º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3C390 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 144 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.24 |
| HSL | 97.65º | 0.3% | 0.66% | - |
| HSV(B) | 97.65º | 0.26% | 0.76% | - |
| XYZ | 39.65 | 48.83 | 33.72 | - |
| YUV | 179.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 144 | 0.16 | 0 | 0.26 | 0.24 | 97.65 | 0.3 | 0.66 |
| Hex | A3 | C3 | 90 | 10 | 0 | 1A | 18 | 62 | 1E | 42 |
| Octal | 243 | 303 | 220 | 20 | 0 | 32 | 30 | 142 | 36 | 102 |
| Binary | 10100011 | 11000011 | 10010000 | 10000 | 0 | 11010 | 11000 | 1100010 | 11110 | 1000010 |
Color Harmonies of #A3C390
Complementary color
Monochromatic Colors of #A3C390
Black with #A3C390
Text Example
Text Example
White with #A3C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C390; }
p { color: rgb(163,195,144); }
H1.HeaderClassName
{
color: #A3C390;
}
.AnyTagClassName
{
color: #A3C390;
}
</style>
background-color css
<style>
a { background-color: #A3C390; }
a { background-color: rgb(163,195,144); }
div.DivClassName
{
background-color: #A3C390;
}
.BgClassName
{
background-color: #A3C390;
}
</style>
border-color css
<style>
span { border-color: #A3C390; }
span { border-color: rgb(163,195,144); }
td.TdClassName
{
border-color: #A3C390;
}
.TagClassName
{
border-color: #A3C390;
}
</style>