Shades of Norway #A2C18C
Tints of Norway #A2C18C
RGB
CMYK
RGB Variations
Color information
#A2C18C (or 0xA2C18C) is known color: Norway. HEX triplet: A2, C1 and 8C. RGB value is (162,193,140). Sum of RGB (Red+Green+Blue) = 162+193+140=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C18C is #5D3E73. Grayscale: #B1B1B1. Windows color (decimal): -6110836 or 9224610. OLE color: 9224610.
HSL color Cylindrical-coordinate representation of color #A2C18C: hue angle of 95.09º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C18C is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 140 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.24 |
| HSL | 95.09º | 0.3% | 0.65% | - |
| HSV(B) | 95.09º | 0.27% | 0.76% | - |
| XYZ | 38.7 | 47.71 | 31.98 | - |
| YUV | 177.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 140 | 0.16 | 0 | 0.27 | 0.24 | 95.09 | 0.3 | 0.65 |
| Hex | A2 | C1 | 8C | 10 | 0 | 1B | 18 | 5F | 1E | 41 |
| Octal | 242 | 301 | 214 | 20 | 0 | 33 | 30 | 137 | 36 | 101 |
| Binary | 10100010 | 11000001 | 10001100 | 10000 | 0 | 11011 | 11000 | 1011111 | 11110 | 1000001 |
Color Harmonies of #A2C18C
Complementary color
Monochromatic Colors of #A2C18C
Black with #A2C18C
Text Example
Text Example
White with #A2C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C18C; }
p { color: rgb(162,193,140); }
H1.HeaderClassName
{
color: #A2C18C;
}
.AnyTagClassName
{
color: #A2C18C;
}
</style>
background-color css
<style>
a { background-color: #A2C18C; }
a { background-color: rgb(162,193,140); }
div.DivClassName
{
background-color: #A2C18C;
}
.BgClassName
{
background-color: #A2C18C;
}
</style>
border-color css
<style>
span { border-color: #A2C18C; }
span { border-color: rgb(162,193,140); }
td.TdClassName
{
border-color: #A2C18C;
}
.TagClassName
{
border-color: #A2C18C;
}
</style>