Shades of Norway #A0C381
Tints of Norway #A0C381
RGB
CMYK
RGB Variations
Color information
#A0C381 (or 0xA0C381) is known color: Norway. HEX triplet: A0, C3 and 81. RGB value is (160,195,129). Sum of RGB (Red+Green+Blue) = 160+195+129=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C381 is #5F3C7E. Grayscale: #B1B1B1. Windows color (decimal): -6241407 or 8504224. OLE color: 8504224.
HSL color Cylindrical-coordinate representation of color #A0C381: hue angle of 91.82º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0C381 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 129 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.24 |
| HSL | 91.82º | 0.35% | 0.64% | - |
| HSV(B) | 91.82º | 0.34% | 0.76% | - |
| XYZ | 37.97 | 48.09 | 28.05 | - |
| YUV | 177.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 129 | 0.18 | 0 | 0.34 | 0.24 | 91.82 | 0.35 | 0.64 |
| Hex | A0 | C3 | 81 | 12 | 0 | 22 | 18 | 5C | 23 | 40 |
| Octal | 240 | 303 | 201 | 22 | 0 | 42 | 30 | 134 | 43 | 100 |
| Binary | 10100000 | 11000011 | 10000001 | 10010 | 0 | 100010 | 11000 | 1011100 | 100011 | 1000000 |
Color Harmonies of #A0C381
Complementary color
Monochromatic Colors of #A0C381
Black with #A0C381
Text Example
Text Example
White with #A0C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C381; }
p { color: rgb(160,195,129); }
H1.HeaderClassName
{
color: #A0C381;
}
.AnyTagClassName
{
color: #A0C381;
}
</style>
background-color css
<style>
a { background-color: #A0C381; }
a { background-color: rgb(160,195,129); }
div.DivClassName
{
background-color: #A0C381;
}
.BgClassName
{
background-color: #A0C381;
}
</style>
border-color css
<style>
span { border-color: #A0C381; }
span { border-color: rgb(160,195,129); }
td.TdClassName
{
border-color: #A0C381;
}
.TagClassName
{
border-color: #A0C381;
}
</style>