Shades of Norway #A6C28E
Tints of Norway #A6C28E
RGB
CMYK
RGB Variations
Color information
#A6C28E (or 0xA6C28E) is known color: Norway. HEX triplet: A6, C2 and 8E. RGB value is (166,194,142). Sum of RGB (Red+Green+Blue) = 166+194+142=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C28E is #593D71. Grayscale: #B3B3B3. Windows color (decimal): -5848434 or 9355942. OLE color: 9355942.
HSL color Cylindrical-coordinate representation of color #A6C28E: hue angle of 92.31º 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 #A6C28E is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 142 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.24 |
| HSL | 92.31º | 0.3% | 0.66% | - |
| HSV(B) | 92.31º | 0.27% | 0.76% | - |
| XYZ | 39.9 | 48.64 | 32.88 | - |
| YUV | 179.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 142 | 0.14 | 0 | 0.27 | 0.24 | 92.31 | 0.3 | 0.66 |
| Hex | A6 | C2 | 8E | E | 0 | 1B | 18 | 5C | 1E | 42 |
| Octal | 246 | 302 | 216 | 16 | 0 | 33 | 30 | 134 | 36 | 102 |
| Binary | 10100110 | 11000010 | 10001110 | 1110 | 0 | 11011 | 11000 | 1011100 | 11110 | 1000010 |
Color Harmonies of #A6C28E
Complementary color
Monochromatic Colors of #A6C28E
Black with #A6C28E
Text Example
Text Example
White with #A6C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C28E; }
p { color: rgb(166,194,142); }
H1.HeaderClassName
{
color: #A6C28E;
}
.AnyTagClassName
{
color: #A6C28E;
}
</style>
background-color css
<style>
a { background-color: #A6C28E; }
a { background-color: rgb(166,194,142); }
div.DivClassName
{
background-color: #A6C28E;
}
.BgClassName
{
background-color: #A6C28E;
}
</style>
border-color css
<style>
span { border-color: #A6C28E; }
span { border-color: rgb(166,194,142); }
td.TdClassName
{
border-color: #A6C28E;
}
.TagClassName
{
border-color: #A6C28E;
}
</style>