Shades of Norway #A2C290
Tints of Norway #A2C290
RGB
CMYK
RGB Variations
Color information
#A2C290 (or 0xA2C290) is known color: Norway. HEX triplet: A2, C2 and 90. RGB value is (162,194,144). Sum of RGB (Red+Green+Blue) = 162+194+144=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C290 is #5D3D6F. Grayscale: #B2B2B2. Windows color (decimal): -6110576 or 9487010. OLE color: 9487010.
HSL color Cylindrical-coordinate representation of color #A2C290: hue angle of 98.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2C290 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 144 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.24 |
| HSL | 98.4º | 0.29% | 0.66% | - |
| HSV(B) | 98.4º | 0.26% | 0.76% | - |
| XYZ | 39.23 | 48.28 | 33.64 | - |
| YUV | 178.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 144 | 0.16 | 0 | 0.26 | 0.24 | 98.4 | 0.29 | 0.66 |
| Hex | A2 | C2 | 90 | 10 | 0 | 1A | 18 | 62 | 1D | 42 |
| Octal | 242 | 302 | 220 | 20 | 0 | 32 | 30 | 142 | 35 | 102 |
| Binary | 10100010 | 11000010 | 10010000 | 10000 | 0 | 11010 | 11000 | 1100010 | 11101 | 1000010 |
Color Harmonies of #A2C290
Complementary color
Monochromatic Colors of #A2C290
Black with #A2C290
Text Example
Text Example
White with #A2C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C290; }
p { color: rgb(162,194,144); }
H1.HeaderClassName
{
color: #A2C290;
}
.AnyTagClassName
{
color: #A2C290;
}
</style>
background-color css
<style>
a { background-color: #A2C290; }
a { background-color: rgb(162,194,144); }
div.DivClassName
{
background-color: #A2C290;
}
.BgClassName
{
background-color: #A2C290;
}
</style>
border-color css
<style>
span { border-color: #A2C290; }
span { border-color: rgb(162,194,144); }
td.TdClassName
{
border-color: #A2C290;
}
.TagClassName
{
border-color: #A2C290;
}
</style>