Shades of Norway #A9C488
Tints of Norway #A9C488
RGB
CMYK
RGB Variations
Color information
#A9C488 (or 0xA9C488) is known color: Norway. HEX triplet: A9, C4 and 88. RGB value is (169,196,136). Sum of RGB (Red+Green+Blue) = 169+196+136=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C488 is #563B77. Grayscale: #B5B5B5. Windows color (decimal): -5651320 or 8963241. OLE color: 8963241.
HSL color Cylindrical-coordinate representation of color #A9C488: hue angle of 87º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9C488 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 136 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.23 |
| HSL | 87º | 0.34% | 0.65% | - |
| HSV(B) | 87º | 0.31% | 0.77% | - |
| XYZ | 40.55 | 49.69 | 30.75 | - |
| YUV | 181.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 136 | 0.14 | 0 | 0.31 | 0.23 | 87 | 0.34 | 0.65 |
| Hex | A9 | C4 | 88 | E | 0 | 1F | 17 | 57 | 22 | 41 |
| Octal | 251 | 304 | 210 | 16 | 0 | 37 | 27 | 127 | 42 | 101 |
| Binary | 10101001 | 11000100 | 10001000 | 1110 | 0 | 11111 | 10111 | 1010111 | 100010 | 1000001 |
Color Harmonies of #A9C488
Complementary color
Monochromatic Colors of #A9C488
Black with #A9C488
Text Example
Text Example
White with #A9C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C488; }
p { color: rgb(169,196,136); }
H1.HeaderClassName
{
color: #A9C488;
}
.AnyTagClassName
{
color: #A9C488;
}
</style>
background-color css
<style>
a { background-color: #A9C488; }
a { background-color: rgb(169,196,136); }
div.DivClassName
{
background-color: #A9C488;
}
.BgClassName
{
background-color: #A9C488;
}
</style>
border-color css
<style>
span { border-color: #A9C488; }
span { border-color: rgb(169,196,136); }
td.TdClassName
{
border-color: #A9C488;
}
.TagClassName
{
border-color: #A9C488;
}
</style>