Shades of Norway #A2C38D
Tints of Norway #A2C38D
RGB
CMYK
RGB Variations
Color information
#A2C38D (or 0xA2C38D) is known color: Norway. HEX triplet: A2, C3 and 8D. RGB value is (162,195,141). Sum of RGB (Red+Green+Blue) = 162+195+141=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C38D is #5D3C72. Grayscale: #B3B3B3. Windows color (decimal): -6110323 or 9290658. OLE color: 9290658.
HSL color Cylindrical-coordinate representation of color #A2C38D: hue angle of 96.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2C38D is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 141 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.24 |
| HSL | 96.67º | 0.31% | 0.66% | - |
| HSV(B) | 96.67º | 0.28% | 0.76% | - |
| XYZ | 39.22 | 48.63 | 32.52 | - |
| YUV | 178.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 141 | 0.17 | 0 | 0.28 | 0.24 | 96.67 | 0.31 | 0.66 |
| Hex | A2 | C3 | 8D | 11 | 0 | 1C | 18 | 61 | 1F | 42 |
| Octal | 242 | 303 | 215 | 21 | 0 | 34 | 30 | 141 | 37 | 102 |
| Binary | 10100010 | 11000011 | 10001101 | 10001 | 0 | 11100 | 11000 | 1100001 | 11111 | 1000010 |
Color Harmonies of #A2C38D
Complementary color
Monochromatic Colors of #A2C38D
Black with #A2C38D
Text Example
Text Example
White with #A2C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C38D; }
p { color: rgb(162,195,141); }
H1.HeaderClassName
{
color: #A2C38D;
}
.AnyTagClassName
{
color: #A2C38D;
}
</style>
background-color css
<style>
a { background-color: #A2C38D; }
a { background-color: rgb(162,195,141); }
div.DivClassName
{
background-color: #A2C38D;
}
.BgClassName
{
background-color: #A2C38D;
}
</style>
border-color css
<style>
span { border-color: #A2C38D; }
span { border-color: rgb(162,195,141); }
td.TdClassName
{
border-color: #A2C38D;
}
.TagClassName
{
border-color: #A2C38D;
}
</style>