Shades of Norway #A2C081
Tints of Norway #A2C081
RGB
CMYK
RGB Variations
Color information
#A2C081 (or 0xA2C081) is known color: Norway. HEX triplet: A2, C0 and 81. RGB value is (162,192,129). Sum of RGB (Red+Green+Blue) = 162+192+129=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C081 is #5D3F7E. Grayscale: #B0B0B0. Windows color (decimal): -6111103 or 8503458. OLE color: 8503458.
HSL color Cylindrical-coordinate representation of color #A2C081: hue angle of 88.57º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2C081 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 129 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.25 |
| HSL | 88.57º | 0.33% | 0.63% | - |
| HSV(B) | 88.57º | 0.33% | 0.75% | - |
| XYZ | 37.71 | 46.97 | 27.85 | - |
| YUV | 175.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 129 | 0.16 | 0 | 0.33 | 0.25 | 88.57 | 0.33 | 0.63 |
| Hex | A2 | C0 | 81 | 10 | 0 | 21 | 19 | 59 | 21 | 3F |
| Octal | 242 | 300 | 201 | 20 | 0 | 41 | 31 | 131 | 41 | 77 |
| Binary | 10100010 | 11000000 | 10000001 | 10000 | 0 | 100001 | 11001 | 1011001 | 100001 | 111111 |
Color Harmonies of #A2C081
Complementary color
Monochromatic Colors of #A2C081
Black with #A2C081
Text Example
Text Example
White with #A2C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C081; }
p { color: rgb(162,192,129); }
H1.HeaderClassName
{
color: #A2C081;
}
.AnyTagClassName
{
color: #A2C081;
}
</style>
background-color css
<style>
a { background-color: #A2C081; }
a { background-color: rgb(162,192,129); }
div.DivClassName
{
background-color: #A2C081;
}
.BgClassName
{
background-color: #A2C081;
}
</style>
border-color css
<style>
span { border-color: #A2C081; }
span { border-color: rgb(162,192,129); }
td.TdClassName
{
border-color: #A2C081;
}
.TagClassName
{
border-color: #A2C081;
}
</style>