Shades of Norway #A0C28E
Tints of Norway #A0C28E
RGB
CMYK
RGB Variations
Color information
#A0C28E (or 0xA0C28E) is known color: Norway. HEX triplet: A0, C2 and 8E. RGB value is (160,194,142). Sum of RGB (Red+Green+Blue) = 160+194+142=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C28E is #5F3D71. Grayscale: #B2B2B2. Windows color (decimal): -6241650 or 9355936. OLE color: 9355936.
HSL color Cylindrical-coordinate representation of color #A0C28E: hue angle of 99.23º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C28E is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 142 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.24 |
| HSL | 99.23º | 0.3% | 0.66% | - |
| HSV(B) | 99.23º | 0.27% | 0.76% | - |
| XYZ | 38.67 | 48.01 | 32.82 | - |
| YUV | 177.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 142 | 0.18 | 0 | 0.27 | 0.24 | 99.23 | 0.3 | 0.66 |
| Hex | A0 | C2 | 8E | 12 | 0 | 1B | 18 | 63 | 1E | 42 |
| Octal | 240 | 302 | 216 | 22 | 0 | 33 | 30 | 143 | 36 | 102 |
| Binary | 10100000 | 11000010 | 10001110 | 10010 | 0 | 11011 | 11000 | 1100011 | 11110 | 1000010 |
Color Harmonies of #A0C28E
Complementary color
Monochromatic Colors of #A0C28E
Black with #A0C28E
Text Example
Text Example
White with #A0C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C28E; }
p { color: rgb(160,194,142); }
H1.HeaderClassName
{
color: #A0C28E;
}
.AnyTagClassName
{
color: #A0C28E;
}
</style>
background-color css
<style>
a { background-color: #A0C28E; }
a { background-color: rgb(160,194,142); }
div.DivClassName
{
background-color: #A0C28E;
}
.BgClassName
{
background-color: #A0C28E;
}
</style>
border-color css
<style>
span { border-color: #A0C28E; }
span { border-color: rgb(160,194,142); }
td.TdClassName
{
border-color: #A0C28E;
}
.TagClassName
{
border-color: #A0C28E;
}
</style>