Shades of Norway #A9C788
Tints of Norway #A9C788
RGB
CMYK
RGB Variations
Color information
#A9C788 (or 0xA9C788) is known color: Norway. HEX triplet: A9, C7 and 88. RGB value is (169,199,136). Sum of RGB (Red+Green+Blue) = 169+199+136=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C788 is #563877. Grayscale: #B7B7B7. Windows color (decimal): -5650552 or 8964009. OLE color: 8964009.
HSL color Cylindrical-coordinate representation of color #A9C788: hue angle of 88.57º degrees, saturation: 0.36, 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 #A9C788 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 199 | 136 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.22 |
| HSL | 88.57º | 0.36% | 0.66% | - |
| HSV(B) | 88.57º | 0.32% | 0.78% | - |
| XYZ | 41.23 | 51.06 | 30.97 | - |
| YUV | 182.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 199 | 136 | 0.15 | 0 | 0.32 | 0.22 | 88.57 | 0.36 | 0.66 |
| Hex | A9 | C7 | 88 | F | 0 | 20 | 16 | 59 | 24 | 42 |
| Octal | 251 | 307 | 210 | 17 | 0 | 40 | 26 | 131 | 44 | 102 |
| Binary | 10101001 | 11000111 | 10001000 | 1111 | 0 | 100000 | 10110 | 1011001 | 100100 | 1000010 |
Color Harmonies of #A9C788
Complementary color
Monochromatic Colors of #A9C788
Black with #A9C788
Text Example
Text Example
White with #A9C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C788; }
p { color: rgb(169,199,136); }
H1.HeaderClassName
{
color: #A9C788;
}
.AnyTagClassName
{
color: #A9C788;
}
</style>
background-color css
<style>
a { background-color: #A9C788; }
a { background-color: rgb(169,199,136); }
div.DivClassName
{
background-color: #A9C788;
}
.BgClassName
{
background-color: #A9C788;
}
</style>
border-color css
<style>
span { border-color: #A9C788; }
span { border-color: rgb(169,199,136); }
td.TdClassName
{
border-color: #A9C788;
}
.TagClassName
{
border-color: #A9C788;
}
</style>