Shades of Norway #A7C494
Tints of Norway #A7C494
RGB
CMYK
RGB Variations
Color information
#A7C494 (or 0xA7C494) is known color: Norway. HEX triplet: A7, C4 and 94. RGB value is (167,196,148). Sum of RGB (Red+Green+Blue) = 167+196+148=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C494 is #583B6B. Grayscale: #B6B6B6. Windows color (decimal): -5782380 or 9749671. OLE color: 9749671.
HSL color Cylindrical-coordinate representation of color #A7C494: hue angle of 96.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7C494 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 196 | 148 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.23 |
| HSL | 96.25º | 0.29% | 0.67% | - |
| HSV(B) | 96.25º | 0.24% | 0.77% | - |
| XYZ | 41.02 | 49.83 | 35.47 | - |
| YUV | 181.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 196 | 148 | 0.15 | 0 | 0.24 | 0.23 | 96.25 | 0.29 | 0.67 |
| Hex | A7 | C4 | 94 | F | 0 | 18 | 17 | 60 | 1D | 43 |
| Octal | 247 | 304 | 224 | 17 | 0 | 30 | 27 | 140 | 35 | 103 |
| Binary | 10100111 | 11000100 | 10010100 | 1111 | 0 | 11000 | 10111 | 1100000 | 11101 | 1000011 |
Color Harmonies of #A7C494
Complementary color
Monochromatic Colors of #A7C494
Black with #A7C494
Text Example
Text Example
White with #A7C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C494; }
p { color: rgb(167,196,148); }
H1.HeaderClassName
{
color: #A7C494;
}
.AnyTagClassName
{
color: #A7C494;
}
</style>
background-color css
<style>
a { background-color: #A7C494; }
a { background-color: rgb(167,196,148); }
div.DivClassName
{
background-color: #A7C494;
}
.BgClassName
{
background-color: #A7C494;
}
</style>
border-color css
<style>
span { border-color: #A7C494; }
span { border-color: rgb(167,196,148); }
td.TdClassName
{
border-color: #A7C494;
}
.TagClassName
{
border-color: #A7C494;
}
</style>