Shades of Norway #A2C284
Tints of Norway #A2C284
RGB
CMYK
RGB Variations
Color information
#A2C284 (or 0xA2C284) is known color: Norway. HEX triplet: A2, C2 and 84. RGB value is (162,194,132). Sum of RGB (Red+Green+Blue) = 162+194+132=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C284 is #5D3D7B. Grayscale: #B1B1B1. Windows color (decimal): -6110588 or 8700578. OLE color: 8700578.
HSL color Cylindrical-coordinate representation of color #A2C284: hue angle of 90.97º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2C284 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 132 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.24 |
| HSL | 90.97º | 0.34% | 0.64% | - |
| HSV(B) | 90.97º | 0.32% | 0.76% | - |
| XYZ | 38.36 | 47.93 | 29.06 | - |
| YUV | 177.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 132 | 0.16 | 0 | 0.32 | 0.24 | 90.97 | 0.34 | 0.64 |
| Hex | A2 | C2 | 84 | 10 | 0 | 20 | 18 | 5B | 22 | 40 |
| Octal | 242 | 302 | 204 | 20 | 0 | 40 | 30 | 133 | 42 | 100 |
| Binary | 10100010 | 11000010 | 10000100 | 10000 | 0 | 100000 | 11000 | 1011011 | 100010 | 1000000 |
Color Harmonies of #A2C284
Complementary color
Monochromatic Colors of #A2C284
Black with #A2C284
Text Example
Text Example
White with #A2C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C284; }
p { color: rgb(162,194,132); }
H1.HeaderClassName
{
color: #A2C284;
}
.AnyTagClassName
{
color: #A2C284;
}
</style>
background-color css
<style>
a { background-color: #A2C284; }
a { background-color: rgb(162,194,132); }
div.DivClassName
{
background-color: #A2C284;
}
.BgClassName
{
background-color: #A2C284;
}
</style>
border-color css
<style>
span { border-color: #A2C284; }
span { border-color: rgb(162,194,132); }
td.TdClassName
{
border-color: #A2C284;
}
.TagClassName
{
border-color: #A2C284;
}
</style>