Shades of Norway #A9C795
Tints of Norway #A9C795
RGB
CMYK
RGB Variations
Color information
#A9C795 (or 0xA9C795) is known color: Norway. HEX triplet: A9, C7 and 95. RGB value is (169,199,149). Sum of RGB (Red+Green+Blue) = 169+199+149=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C795 is #56386A. Grayscale: #B8B8B8. Windows color (decimal): -5650539 or 9815977. OLE color: 9815977.
HSL color Cylindrical-coordinate representation of color #A9C795: hue angle of 96º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9C795 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 199 | 149 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.22 |
| HSL | 96º | 0.31% | 0.68% | - |
| HSV(B) | 96º | 0.25% | 0.78% | - |
| XYZ | 42.21 | 51.45 | 36.14 | - |
| YUV | 184.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 199 | 149 | 0.15 | 0 | 0.25 | 0.22 | 96 | 0.31 | 0.68 |
| Hex | A9 | C7 | 95 | F | 0 | 19 | 16 | 60 | 1F | 44 |
| Octal | 251 | 307 | 225 | 17 | 0 | 31 | 26 | 140 | 37 | 104 |
| Binary | 10101001 | 11000111 | 10010101 | 1111 | 0 | 11001 | 10110 | 1100000 | 11111 | 1000100 |
Color Harmonies of #A9C795
Complementary color
Monochromatic Colors of #A9C795
Black with #A9C795
Text Example
Text Example
White with #A9C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C795; }
p { color: rgb(169,199,149); }
H1.HeaderClassName
{
color: #A9C795;
}
.AnyTagClassName
{
color: #A9C795;
}
</style>
background-color css
<style>
a { background-color: #A9C795; }
a { background-color: rgb(169,199,149); }
div.DivClassName
{
background-color: #A9C795;
}
.BgClassName
{
background-color: #A9C795;
}
</style>
border-color css
<style>
span { border-color: #A9C795; }
span { border-color: rgb(169,199,149); }
td.TdClassName
{
border-color: #A9C795;
}
.TagClassName
{
border-color: #A9C795;
}
</style>