Shades of Norway #A2C38E
Tints of Norway #A2C38E
RGB
CMYK
RGB Variations
Color information
#A2C38E (or 0xA2C38E) is known color: Norway. HEX triplet: A2, C3 and 8E. RGB value is (162,195,142). Sum of RGB (Red+Green+Blue) = 162+195+142=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C38E is #5D3C71. Grayscale: #B3B3B3. Windows color (decimal): -6110322 or 9356194. OLE color: 9356194.
HSL color Cylindrical-coordinate representation of color #A2C38E: hue angle of 97.36º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C38E is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 142 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.24 |
| HSL | 97.36º | 0.31% | 0.66% | - |
| HSV(B) | 97.36º | 0.27% | 0.76% | - |
| XYZ | 39.3 | 48.66 | 32.91 | - |
| YUV | 179.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 142 | 0.17 | 0 | 0.27 | 0.24 | 97.36 | 0.31 | 0.66 |
| Hex | A2 | C3 | 8E | 11 | 0 | 1B | 18 | 61 | 1F | 42 |
| Octal | 242 | 303 | 216 | 21 | 0 | 33 | 30 | 141 | 37 | 102 |
| Binary | 10100010 | 11000011 | 10001110 | 10001 | 0 | 11011 | 11000 | 1100001 | 11111 | 1000010 |
Color Harmonies of #A2C38E
Complementary color
Monochromatic Colors of #A2C38E
Black with #A2C38E
Text Example
Text Example
White with #A2C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C38E; }
p { color: rgb(162,195,142); }
H1.HeaderClassName
{
color: #A2C38E;
}
.AnyTagClassName
{
color: #A2C38E;
}
</style>
background-color css
<style>
a { background-color: #A2C38E; }
a { background-color: rgb(162,195,142); }
div.DivClassName
{
background-color: #A2C38E;
}
.BgClassName
{
background-color: #A2C38E;
}
</style>
border-color css
<style>
span { border-color: #A2C38E; }
span { border-color: rgb(162,195,142); }
td.TdClassName
{
border-color: #A2C38E;
}
.TagClassName
{
border-color: #A2C38E;
}
</style>