Shades of Norway #A9C08A
Tints of Norway #A9C08A
RGB
CMYK
RGB Variations
Color information
#A9C08A (or 0xA9C08A) is known color: Norway. HEX triplet: A9, C0 and 8A. RGB value is (169,192,138). Sum of RGB (Red+Green+Blue) = 169+192+138=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C08A is #563F75. Grayscale: #B3B3B3. Windows color (decimal): -5652342 or 9093289. OLE color: 9093289.
HSL color Cylindrical-coordinate representation of color #A9C08A: hue angle of 85.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9C08A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 192 | 138 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.25 |
| HSL | 85.56º | 0.3% | 0.65% | - |
| HSV(B) | 85.56º | 0.28% | 0.75% | - |
| XYZ | 39.8 | 47.97 | 31.21 | - |
| YUV | 178.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 138 | 0.12 | 0 | 0.28 | 0.25 | 85.56 | 0.3 | 0.65 |
| Hex | A9 | C0 | 8A | C | 0 | 1C | 19 | 56 | 1E | 41 |
| Octal | 251 | 300 | 212 | 14 | 0 | 34 | 31 | 126 | 36 | 101 |
| Binary | 10101001 | 11000000 | 10001010 | 1100 | 0 | 11100 | 11001 | 1010110 | 11110 | 1000001 |
Color Harmonies of #A9C08A
Complementary color
Monochromatic Colors of #A9C08A
Black with #A9C08A
Text Example
Text Example
White with #A9C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C08A; }
p { color: rgb(169,192,138); }
H1.HeaderClassName
{
color: #A9C08A;
}
.AnyTagClassName
{
color: #A9C08A;
}
</style>
background-color css
<style>
a { background-color: #A9C08A; }
a { background-color: rgb(169,192,138); }
div.DivClassName
{
background-color: #A9C08A;
}
.BgClassName
{
background-color: #A9C08A;
}
</style>
border-color css
<style>
span { border-color: #A9C08A; }
span { border-color: rgb(169,192,138); }
td.TdClassName
{
border-color: #A9C08A;
}
.TagClassName
{
border-color: #A9C08A;
}
</style>