Shades of Norway #A3C488
Tints of Norway #A3C488
RGB
CMYK
RGB Variations
Color information
#A3C488 (or 0xA3C488) is known color: Norway. HEX triplet: A3, C4 and 88. RGB value is (163,196,136). Sum of RGB (Red+Green+Blue) = 163+196+136=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C488 is #5C3B77. Grayscale: #B3B3B3. Windows color (decimal): -6044536 or 8963235. OLE color: 8963235.
HSL color Cylindrical-coordinate representation of color #A3C488: hue angle of 93º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3C488 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 136 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.23 |
| HSL | 93º | 0.34% | 0.65% | - |
| HSV(B) | 93º | 0.31% | 0.77% | - |
| XYZ | 39.29 | 49.04 | 30.69 | - |
| YUV | 179.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 136 | 0.17 | 0 | 0.31 | 0.23 | 93 | 0.34 | 0.65 |
| Hex | A3 | C4 | 88 | 11 | 0 | 1F | 17 | 5D | 22 | 41 |
| Octal | 243 | 304 | 210 | 21 | 0 | 37 | 27 | 135 | 42 | 101 |
| Binary | 10100011 | 11000100 | 10001000 | 10001 | 0 | 11111 | 10111 | 1011101 | 100010 | 1000001 |
Color Harmonies of #A3C488
Complementary color
Monochromatic Colors of #A3C488
Black with #A3C488
Text Example
Text Example
White with #A3C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C488; }
p { color: rgb(163,196,136); }
H1.HeaderClassName
{
color: #A3C488;
}
.AnyTagClassName
{
color: #A3C488;
}
</style>
background-color css
<style>
a { background-color: #A3C488; }
a { background-color: rgb(163,196,136); }
div.DivClassName
{
background-color: #A3C488;
}
.BgClassName
{
background-color: #A3C488;
}
</style>
border-color css
<style>
span { border-color: #A3C488; }
span { border-color: rgb(163,196,136); }
td.TdClassName
{
border-color: #A3C488;
}
.TagClassName
{
border-color: #A3C488;
}
</style>