Shades of Norway #A0C284
Tints of Norway #A0C284
RGB
CMYK
RGB Variations
Color information
#A0C284 (or 0xA0C284) is known color: Norway. HEX triplet: A0, C2 and 84. RGB value is (160,194,132). Sum of RGB (Red+Green+Blue) = 160+194+132=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C284 is #5F3D7B. Grayscale: #B0B0B0. Windows color (decimal): -6241660 or 8700576. OLE color: 8700576.
HSL color Cylindrical-coordinate representation of color #A0C284: hue angle of 92.9º 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 #A0C284 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 132 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.24 |
| HSL | 92.9º | 0.34% | 0.64% | - |
| HSV(B) | 92.9º | 0.32% | 0.76% | - |
| XYZ | 37.95 | 47.72 | 29.04 | - |
| YUV | 176.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 132 | 0.18 | 0 | 0.32 | 0.24 | 92.9 | 0.34 | 0.64 |
| Hex | A0 | C2 | 84 | 12 | 0 | 20 | 18 | 5D | 22 | 40 |
| Octal | 240 | 302 | 204 | 22 | 0 | 40 | 30 | 135 | 42 | 100 |
| Binary | 10100000 | 11000010 | 10000100 | 10010 | 0 | 100000 | 11000 | 1011101 | 100010 | 1000000 |
Color Harmonies of #A0C284
Complementary color
Monochromatic Colors of #A0C284
Black with #A0C284
Text Example
Text Example
White with #A0C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C284; }
p { color: rgb(160,194,132); }
H1.HeaderClassName
{
color: #A0C284;
}
.AnyTagClassName
{
color: #A0C284;
}
</style>
background-color css
<style>
a { background-color: #A0C284; }
a { background-color: rgb(160,194,132); }
div.DivClassName
{
background-color: #A0C284;
}
.BgClassName
{
background-color: #A0C284;
}
</style>
border-color css
<style>
span { border-color: #A0C284; }
span { border-color: rgb(160,194,132); }
td.TdClassName
{
border-color: #A0C284;
}
.TagClassName
{
border-color: #A0C284;
}
</style>