Shades of Norway #A6C08D
Tints of Norway #A6C08D
RGB
CMYK
RGB Variations
Color information
#A6C08D (or 0xA6C08D) is known color: Norway. HEX triplet: A6, C0 and 8D. RGB value is (166,192,141). Sum of RGB (Red+Green+Blue) = 166+192+141=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C08D is #593F72. Grayscale: #B2B2B2. Windows color (decimal): -5848947 or 9289894. OLE color: 9289894.
HSL color Cylindrical-coordinate representation of color #A6C08D: hue angle of 90.59º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6C08D is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 141 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.25 |
| HSL | 90.59º | 0.29% | 0.65% | - |
| HSV(B) | 90.59º | 0.27% | 0.75% | - |
| XYZ | 39.38 | 47.73 | 32.34 | - |
| YUV | 178.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 141 | 0.14 | 0 | 0.27 | 0.25 | 90.59 | 0.29 | 0.65 |
| Hex | A6 | C0 | 8D | E | 0 | 1B | 19 | 5B | 1D | 41 |
| Octal | 246 | 300 | 215 | 16 | 0 | 33 | 31 | 133 | 35 | 101 |
| Binary | 10100110 | 11000000 | 10001101 | 1110 | 0 | 11011 | 11001 | 1011011 | 11101 | 1000001 |
Color Harmonies of #A6C08D
Complementary color
Monochromatic Colors of #A6C08D
Black with #A6C08D
Text Example
Text Example
White with #A6C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C08D; }
p { color: rgb(166,192,141); }
H1.HeaderClassName
{
color: #A6C08D;
}
.AnyTagClassName
{
color: #A6C08D;
}
</style>
background-color css
<style>
a { background-color: #A6C08D; }
a { background-color: rgb(166,192,141); }
div.DivClassName
{
background-color: #A6C08D;
}
.BgClassName
{
background-color: #A6C08D;
}
</style>
border-color css
<style>
span { border-color: #A6C08D; }
span { border-color: rgb(166,192,141); }
td.TdClassName
{
border-color: #A6C08D;
}
.TagClassName
{
border-color: #A6C08D;
}
</style>