Shades of Norway #A3C48A
Tints of Norway #A3C48A
RGB
CMYK
RGB Variations
Color information
#A3C48A (or 0xA3C48A) is known color: Norway. HEX triplet: A3, C4 and 8A. RGB value is (163,196,138). Sum of RGB (Red+Green+Blue) = 163+196+138=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C48A is #5C3B75. Grayscale: #B3B3B3. Windows color (decimal): -6044534 or 9094307. OLE color: 9094307.
HSL color Cylindrical-coordinate representation of color #A3C48A: hue angle of 94.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3C48A is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 138 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.23 |
| HSL | 94.14º | 0.33% | 0.65% | - |
| HSV(B) | 94.14º | 0.3% | 0.77% | - |
| XYZ | 39.43 | 49.1 | 31.44 | - |
| YUV | 179.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 138 | 0.17 | 0 | 0.30 | 0.23 | 94.14 | 0.33 | 0.65 |
| Hex | A3 | C4 | 8A | 11 | 0 | 1E | 17 | 5E | 21 | 41 |
| Octal | 243 | 304 | 212 | 21 | 0 | 36 | 27 | 136 | 41 | 101 |
| Binary | 10100011 | 11000100 | 10001010 | 10001 | 0 | 11110 | 10111 | 1011110 | 100001 | 1000001 |
Color Harmonies of #A3C48A
Complementary color
Monochromatic Colors of #A3C48A
Black with #A3C48A
Text Example
Text Example
White with #A3C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C48A; }
p { color: rgb(163,196,138); }
H1.HeaderClassName
{
color: #A3C48A;
}
.AnyTagClassName
{
color: #A3C48A;
}
</style>
background-color css
<style>
a { background-color: #A3C48A; }
a { background-color: rgb(163,196,138); }
div.DivClassName
{
background-color: #A3C48A;
}
.BgClassName
{
background-color: #A3C48A;
}
</style>
border-color css
<style>
span { border-color: #A3C48A; }
span { border-color: rgb(163,196,138); }
td.TdClassName
{
border-color: #A3C48A;
}
.TagClassName
{
border-color: #A3C48A;
}
</style>