Shades of Norway #A9C495
Tints of Norway #A9C495
RGB
CMYK
RGB Variations
Color information
#A9C495 (or 0xA9C495) is known color: Norway. HEX triplet: A9, C4 and 95. RGB value is (169,196,149). Sum of RGB (Red+Green+Blue) = 169+196+149=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C495 is #563B6A. Grayscale: #B6B6B6. Windows color (decimal): -5651307 or 9815209. OLE color: 9815209.
HSL color Cylindrical-coordinate representation of color #A9C495: hue angle of 94.47º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9C495 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 149 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.23 |
| HSL | 94.47º | 0.28% | 0.68% | - |
| HSV(B) | 94.47º | 0.24% | 0.77% | - |
| XYZ | 41.53 | 50.08 | 35.91 | - |
| YUV | 182.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 149 | 0.14 | 0 | 0.24 | 0.23 | 94.47 | 0.28 | 0.68 |
| Hex | A9 | C4 | 95 | E | 0 | 18 | 17 | 5E | 1C | 44 |
| Octal | 251 | 304 | 225 | 16 | 0 | 30 | 27 | 136 | 34 | 104 |
| Binary | 10101001 | 11000100 | 10010101 | 1110 | 0 | 11000 | 10111 | 1011110 | 11100 | 1000100 |
Color Harmonies of #A9C495
Complementary color
Monochromatic Colors of #A9C495
Black with #A9C495
Text Example
Text Example
White with #A9C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C495; }
p { color: rgb(169,196,149); }
H1.HeaderClassName
{
color: #A9C495;
}
.AnyTagClassName
{
color: #A9C495;
}
</style>
background-color css
<style>
a { background-color: #A9C495; }
a { background-color: rgb(169,196,149); }
div.DivClassName
{
background-color: #A9C495;
}
.BgClassName
{
background-color: #A9C495;
}
</style>
border-color css
<style>
span { border-color: #A9C495; }
span { border-color: rgb(169,196,149); }
td.TdClassName
{
border-color: #A9C495;
}
.TagClassName
{
border-color: #A9C495;
}
</style>