Shades of Norway #A3C381
Tints of Norway #A3C381
RGB
CMYK
RGB Variations
Color information
#A3C381 (or 0xA3C381) is known color: Norway. HEX triplet: A3, C3 and 81. RGB value is (163,195,129). Sum of RGB (Red+Green+Blue) = 163+195+129=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C381 is #5C3C7E. Grayscale: #B2B2B2. Windows color (decimal): -6044799 or 8504227. OLE color: 8504227.
HSL color Cylindrical-coordinate representation of color #A3C381: hue angle of 89.09º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3C381 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 129 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.24 |
| HSL | 89.09º | 0.35% | 0.64% | - |
| HSV(B) | 89.09º | 0.34% | 0.76% | - |
| XYZ | 38.58 | 48.4 | 28.08 | - |
| YUV | 177.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 129 | 0.16 | 0 | 0.34 | 0.24 | 89.09 | 0.35 | 0.64 |
| Hex | A3 | C3 | 81 | 10 | 0 | 22 | 18 | 59 | 23 | 40 |
| Octal | 243 | 303 | 201 | 20 | 0 | 42 | 30 | 131 | 43 | 100 |
| Binary | 10100011 | 11000011 | 10000001 | 10000 | 0 | 100010 | 11000 | 1011001 | 100011 | 1000000 |
Color Harmonies of #A3C381
Complementary color
Monochromatic Colors of #A3C381
Black with #A3C381
Text Example
Text Example
White with #A3C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C381; }
p { color: rgb(163,195,129); }
H1.HeaderClassName
{
color: #A3C381;
}
.AnyTagClassName
{
color: #A3C381;
}
</style>
background-color css
<style>
a { background-color: #A3C381; }
a { background-color: rgb(163,195,129); }
div.DivClassName
{
background-color: #A3C381;
}
.BgClassName
{
background-color: #A3C381;
}
</style>
border-color css
<style>
span { border-color: #A3C381; }
span { border-color: rgb(163,195,129); }
td.TdClassName
{
border-color: #A3C381;
}
.TagClassName
{
border-color: #A3C381;
}
</style>