Shades of Norway #A2C18E
Tints of Norway #A2C18E
RGB
CMYK
RGB Variations
Color information
#A2C18E (or 0xA2C18E) is known color: Norway. HEX triplet: A2, C1 and 8E. RGB value is (162,193,142). Sum of RGB (Red+Green+Blue) = 162+193+142=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C18E is #5D3E71. Grayscale: #B2B2B2. Windows color (decimal): -6110834 or 9355682. OLE color: 9355682.
HSL color Cylindrical-coordinate representation of color #A2C18E: hue angle of 96.47º 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 #A2C18E is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 142 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.24 |
| HSL | 96.47º | 0.29% | 0.66% | - |
| HSV(B) | 96.47º | 0.26% | 0.76% | - |
| XYZ | 38.85 | 47.77 | 32.76 | - |
| YUV | 177.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 142 | 0.16 | 0 | 0.26 | 0.24 | 96.47 | 0.29 | 0.66 |
| Hex | A2 | C1 | 8E | 10 | 0 | 1A | 18 | 60 | 1D | 42 |
| Octal | 242 | 301 | 216 | 20 | 0 | 32 | 30 | 140 | 35 | 102 |
| Binary | 10100010 | 11000001 | 10001110 | 10000 | 0 | 11010 | 11000 | 1100000 | 11101 | 1000010 |
Color Harmonies of #A2C18E
Complementary color
Monochromatic Colors of #A2C18E
Black with #A2C18E
Text Example
Text Example
White with #A2C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C18E; }
p { color: rgb(162,193,142); }
H1.HeaderClassName
{
color: #A2C18E;
}
.AnyTagClassName
{
color: #A2C18E;
}
</style>
background-color css
<style>
a { background-color: #A2C18E; }
a { background-color: rgb(162,193,142); }
div.DivClassName
{
background-color: #A2C18E;
}
.BgClassName
{
background-color: #A2C18E;
}
</style>
border-color css
<style>
span { border-color: #A2C18E; }
span { border-color: rgb(162,193,142); }
td.TdClassName
{
border-color: #A2C18E;
}
.TagClassName
{
border-color: #A2C18E;
}
</style>