Shades of Norway #A9C592
Tints of Norway #A9C592
RGB
CMYK
RGB Variations
Color information
#A9C592 (or 0xA9C592) is known color: Norway. HEX triplet: A9, C5 and 92. RGB value is (169,197,146). Sum of RGB (Red+Green+Blue) = 169+197+146=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C592 is #563A6D. Grayscale: #B6B6B6. Windows color (decimal): -5651054 or 9618857. OLE color: 9618857.
HSL color Cylindrical-coordinate representation of color #A9C592: hue angle of 92.94º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9C592 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 146 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.23 |
| HSL | 92.94º | 0.31% | 0.67% | - |
| HSV(B) | 92.94º | 0.26% | 0.77% | - |
| XYZ | 41.52 | 50.44 | 34.74 | - |
| YUV | 182.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 146 | 0.14 | 0 | 0.26 | 0.23 | 92.94 | 0.31 | 0.67 |
| Hex | A9 | C5 | 92 | E | 0 | 1A | 17 | 5D | 1F | 43 |
| Octal | 251 | 305 | 222 | 16 | 0 | 32 | 27 | 135 | 37 | 103 |
| Binary | 10101001 | 11000101 | 10010010 | 1110 | 0 | 11010 | 10111 | 1011101 | 11111 | 1000011 |
Color Harmonies of #A9C592
Complementary color
Monochromatic Colors of #A9C592
Black with #A9C592
Text Example
Text Example
White with #A9C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C592; }
p { color: rgb(169,197,146); }
H1.HeaderClassName
{
color: #A9C592;
}
.AnyTagClassName
{
color: #A9C592;
}
</style>
background-color css
<style>
a { background-color: #A9C592; }
a { background-color: rgb(169,197,146); }
div.DivClassName
{
background-color: #A9C592;
}
.BgClassName
{
background-color: #A9C592;
}
</style>
border-color css
<style>
span { border-color: #A9C592; }
span { border-color: rgb(169,197,146); }
td.TdClassName
{
border-color: #A9C592;
}
.TagClassName
{
border-color: #A9C592;
}
</style>