Shades of Norway #A0C181
Tints of Norway #A0C181
RGB
CMYK
RGB Variations
Color information
#A0C181 (or 0xA0C181) is known color: Norway. HEX triplet: A0, C1 and 81. RGB value is (160,193,129). Sum of RGB (Red+Green+Blue) = 160+193+129=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C181 is #5F3E7E. Grayscale: #B0B0B0. Windows color (decimal): -6241919 or 8503712. OLE color: 8503712.
HSL color Cylindrical-coordinate representation of color #A0C181: hue angle of 90.94º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C181 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 129 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.24 |
| HSL | 90.94º | 0.34% | 0.63% | - |
| HSV(B) | 90.94º | 0.33% | 0.76% | - |
| XYZ | 37.53 | 47.2 | 27.9 | - |
| YUV | 175.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 129 | 0.17 | 0 | 0.33 | 0.24 | 90.94 | 0.34 | 0.63 |
| Hex | A0 | C1 | 81 | 11 | 0 | 21 | 18 | 5B | 22 | 3F |
| Octal | 240 | 301 | 201 | 21 | 0 | 41 | 30 | 133 | 42 | 77 |
| Binary | 10100000 | 11000001 | 10000001 | 10001 | 0 | 100001 | 11000 | 1011011 | 100010 | 111111 |
Color Harmonies of #A0C181
Complementary color
Monochromatic Colors of #A0C181
Black with #A0C181
Text Example
Text Example
White with #A0C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C181; }
p { color: rgb(160,193,129); }
H1.HeaderClassName
{
color: #A0C181;
}
.AnyTagClassName
{
color: #A0C181;
}
</style>
background-color css
<style>
a { background-color: #A0C181; }
a { background-color: rgb(160,193,129); }
div.DivClassName
{
background-color: #A0C181;
}
.BgClassName
{
background-color: #A0C181;
}
</style>
border-color css
<style>
span { border-color: #A0C181; }
span { border-color: rgb(160,193,129); }
td.TdClassName
{
border-color: #A0C181;
}
.TagClassName
{
border-color: #A0C181;
}
</style>