Shades of Norway #A0C084
Tints of Norway #A0C084
RGB
CMYK
RGB Variations
Color information
#A0C084 (or 0xA0C084) is known color: Norway. HEX triplet: A0, C0 and 84. RGB value is (160,192,132). Sum of RGB (Red+Green+Blue) = 160+192+132=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C084 is #5F3F7B. Grayscale: #AFAFAF. Windows color (decimal): -6242172 or 8700064. OLE color: 8700064.
HSL color Cylindrical-coordinate representation of color #A0C084: hue angle of 92º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0C084 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 132 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.25 |
| HSL | 92º | 0.32% | 0.64% | - |
| HSV(B) | 92º | 0.31% | 0.75% | - |
| XYZ | 37.51 | 46.84 | 28.89 | - |
| YUV | 175.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 132 | 0.17 | 0 | 0.31 | 0.25 | 92 | 0.32 | 0.64 |
| Hex | A0 | C0 | 84 | 11 | 0 | 1F | 19 | 5C | 20 | 40 |
| Octal | 240 | 300 | 204 | 21 | 0 | 37 | 31 | 134 | 40 | 100 |
| Binary | 10100000 | 11000000 | 10000100 | 10001 | 0 | 11111 | 11001 | 1011100 | 100000 | 1000000 |
Color Harmonies of #A0C084
Complementary color
Monochromatic Colors of #A0C084
Black with #A0C084
Text Example
Text Example
White with #A0C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C084; }
p { color: rgb(160,192,132); }
H1.HeaderClassName
{
color: #A0C084;
}
.AnyTagClassName
{
color: #A0C084;
}
</style>
background-color css
<style>
a { background-color: #A0C084; }
a { background-color: rgb(160,192,132); }
div.DivClassName
{
background-color: #A0C084;
}
.BgClassName
{
background-color: #A0C084;
}
</style>
border-color css
<style>
span { border-color: #A0C084; }
span { border-color: rgb(160,192,132); }
td.TdClassName
{
border-color: #A0C084;
}
.TagClassName
{
border-color: #A0C084;
}
</style>