Shades of Norway #A2C381
Tints of Norway #A2C381
RGB
CMYK
RGB Variations
Color information
#A2C381 (or 0xA2C381) is known color: Norway. HEX triplet: A2, C3 and 81. RGB value is (162,195,129). Sum of RGB (Red+Green+Blue) = 162+195+129=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C381 is #5D3C7E. Grayscale: #B1B1B1. Windows color (decimal): -6110335 or 8504226. OLE color: 8504226.
HSL color Cylindrical-coordinate representation of color #A2C381: hue angle of 90º 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 #A2C381 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 129 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.24 |
| HSL | 90º | 0.35% | 0.64% | - |
| HSV(B) | 90º | 0.34% | 0.76% | - |
| XYZ | 38.38 | 48.3 | 28.07 | - |
| YUV | 177.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 129 | 0.17 | 0 | 0.34 | 0.24 | 90 | 0.35 | 0.64 |
| Hex | A2 | C3 | 81 | 11 | 0 | 22 | 18 | 5A | 23 | 40 |
| Octal | 242 | 303 | 201 | 21 | 0 | 42 | 30 | 132 | 43 | 100 |
| Binary | 10100010 | 11000011 | 10000001 | 10001 | 0 | 100010 | 11000 | 1011010 | 100011 | 1000000 |
Color Harmonies of #A2C381
Complementary color
Monochromatic Colors of #A2C381
Black with #A2C381
Text Example
Text Example
White with #A2C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C381; }
p { color: rgb(162,195,129); }
H1.HeaderClassName
{
color: #A2C381;
}
.AnyTagClassName
{
color: #A2C381;
}
</style>
background-color css
<style>
a { background-color: #A2C381; }
a { background-color: rgb(162,195,129); }
div.DivClassName
{
background-color: #A2C381;
}
.BgClassName
{
background-color: #A2C381;
}
</style>
border-color css
<style>
span { border-color: #A2C381; }
span { border-color: rgb(162,195,129); }
td.TdClassName
{
border-color: #A2C381;
}
.TagClassName
{
border-color: #A2C381;
}
</style>