Shades of Norway #A9C888
Tints of Norway #A9C888
RGB
CMYK
RGB Variations
Color information
#A9C888 (or 0xA9C888) is known color: Norway. HEX triplet: A9, C8 and 88. RGB value is (169,200,136). Sum of RGB (Red+Green+Blue) = 169+200+136=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C888 is #563777. Grayscale: #B7B7B7. Windows color (decimal): -5650296 or 8964265. OLE color: 8964265.
HSL color Cylindrical-coordinate representation of color #A9C888: hue angle of 89.06º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9C888 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 200 | 136 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.22 |
| HSL | 89.06º | 0.37% | 0.66% | - |
| HSV(B) | 89.06º | 0.32% | 0.78% | - |
| XYZ | 41.46 | 51.52 | 31.05 | - |
| YUV | 183.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 200 | 136 | 0.16 | 0 | 0.32 | 0.22 | 89.06 | 0.37 | 0.66 |
| Hex | A9 | C8 | 88 | 10 | 0 | 20 | 16 | 59 | 25 | 42 |
| Octal | 251 | 310 | 210 | 20 | 0 | 40 | 26 | 131 | 45 | 102 |
| Binary | 10101001 | 11001000 | 10001000 | 10000 | 0 | 100000 | 10110 | 1011001 | 100101 | 1000010 |
Color Harmonies of #A9C888
Complementary color
Monochromatic Colors of #A9C888
Black with #A9C888
Text Example
Text Example
White with #A9C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C888; }
p { color: rgb(169,200,136); }
H1.HeaderClassName
{
color: #A9C888;
}
.AnyTagClassName
{
color: #A9C888;
}
</style>
background-color css
<style>
a { background-color: #A9C888; }
a { background-color: rgb(169,200,136); }
div.DivClassName
{
background-color: #A9C888;
}
.BgClassName
{
background-color: #A9C888;
}
</style>
border-color css
<style>
span { border-color: #A9C888; }
span { border-color: rgb(169,200,136); }
td.TdClassName
{
border-color: #A9C888;
}
.TagClassName
{
border-color: #A9C888;
}
</style>