Shades of Norway #A7C394
Tints of Norway #A7C394
RGB
CMYK
RGB Variations
Color information
#A7C394 (or 0xA7C394) is known color: Norway. HEX triplet: A7, C3 and 94. RGB value is (167,195,148). Sum of RGB (Red+Green+Blue) = 167+195+148=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C394 is #583C6B. Grayscale: #B5B5B5. Windows color (decimal): -5782636 or 9749415. OLE color: 9749415.
HSL color Cylindrical-coordinate representation of color #A7C394: hue angle of 95.74º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7C394 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 148 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.24 |
| HSL | 95.74º | 0.28% | 0.67% | - |
| HSV(B) | 95.74º | 0.24% | 0.76% | - |
| XYZ | 40.8 | 49.38 | 35.4 | - |
| YUV | 181.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 148 | 0.14 | 0 | 0.24 | 0.24 | 95.74 | 0.28 | 0.67 |
| Hex | A7 | C3 | 94 | E | 0 | 18 | 18 | 60 | 1C | 43 |
| Octal | 247 | 303 | 224 | 16 | 0 | 30 | 30 | 140 | 34 | 103 |
| Binary | 10100111 | 11000011 | 10010100 | 1110 | 0 | 11000 | 11000 | 1100000 | 11100 | 1000011 |
Color Harmonies of #A7C394
Complementary color
Monochromatic Colors of #A7C394
Black with #A7C394
Text Example
Text Example
White with #A7C394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C394; }
p { color: rgb(167,195,148); }
H1.HeaderClassName
{
color: #A7C394;
}
.AnyTagClassName
{
color: #A7C394;
}
</style>
background-color css
<style>
a { background-color: #A7C394; }
a { background-color: rgb(167,195,148); }
div.DivClassName
{
background-color: #A7C394;
}
.BgClassName
{
background-color: #A7C394;
}
</style>
border-color css
<style>
span { border-color: #A7C394; }
span { border-color: rgb(167,195,148); }
td.TdClassName
{
border-color: #A7C394;
}
.TagClassName
{
border-color: #A7C394;
}
</style>