Shades of Norway #A3C48E
Tints of Norway #A3C48E
RGB
CMYK
RGB Variations
Color information
#A3C48E (or 0xA3C48E) is known color: Norway. HEX triplet: A3, C4 and 8E. RGB value is (163,196,142). Sum of RGB (Red+Green+Blue) = 163+196+142=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C48E is #5C3B71. Grayscale: #B4B4B4. Windows color (decimal): -6044530 or 9356451. OLE color: 9356451.
HSL color Cylindrical-coordinate representation of color #A3C48E: hue angle of 96.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3C48E is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 142 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.23 |
| HSL | 96.67º | 0.31% | 0.66% | - |
| HSV(B) | 96.67º | 0.28% | 0.77% | - |
| XYZ | 39.73 | 49.22 | 33 | - |
| YUV | 179.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 142 | 0.17 | 0 | 0.28 | 0.23 | 96.67 | 0.31 | 0.66 |
| Hex | A3 | C4 | 8E | 11 | 0 | 1C | 17 | 61 | 1F | 42 |
| Octal | 243 | 304 | 216 | 21 | 0 | 34 | 27 | 141 | 37 | 102 |
| Binary | 10100011 | 11000100 | 10001110 | 10001 | 0 | 11100 | 10111 | 1100001 | 11111 | 1000010 |
Color Harmonies of #A3C48E
Complementary color
Monochromatic Colors of #A3C48E
Black with #A3C48E
Text Example
Text Example
White with #A3C48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C48E; }
p { color: rgb(163,196,142); }
H1.HeaderClassName
{
color: #A3C48E;
}
.AnyTagClassName
{
color: #A3C48E;
}
</style>
background-color css
<style>
a { background-color: #A3C48E; }
a { background-color: rgb(163,196,142); }
div.DivClassName
{
background-color: #A3C48E;
}
.BgClassName
{
background-color: #A3C48E;
}
</style>
border-color css
<style>
span { border-color: #A3C48E; }
span { border-color: rgb(163,196,142); }
td.TdClassName
{
border-color: #A3C48E;
}
.TagClassName
{
border-color: #A3C48E;
}
</style>