Shades of Norway #A9C094
Tints of Norway #A9C094
RGB
CMYK
RGB Variations
Color information
#A9C094 (or 0xA9C094) is known color: Norway. HEX triplet: A9, C0 and 94. RGB value is (169,192,148). Sum of RGB (Red+Green+Blue) = 169+192+148=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C094 is #563F6B. Grayscale: #B4B4B4. Windows color (decimal): -5652332 or 9748649. OLE color: 9748649.
HSL color Cylindrical-coordinate representation of color #A9C094: hue angle of 91.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9C094 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 192 | 148 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.25 |
| HSL | 91.36º | 0.26% | 0.67% | - |
| HSV(B) | 91.36º | 0.23% | 0.75% | - |
| XYZ | 40.56 | 48.27 | 35.2 | - |
| YUV | 180.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 148 | 0.12 | 0 | 0.23 | 0.25 | 91.36 | 0.26 | 0.67 |
| Hex | A9 | C0 | 94 | C | 0 | 17 | 19 | 5B | 1A | 43 |
| Octal | 251 | 300 | 224 | 14 | 0 | 27 | 31 | 133 | 32 | 103 |
| Binary | 10101001 | 11000000 | 10010100 | 1100 | 0 | 10111 | 11001 | 1011011 | 11010 | 1000011 |
Color Harmonies of #A9C094
Complementary color
Monochromatic Colors of #A9C094
Black with #A9C094
Text Example
Text Example
White with #A9C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C094; }
p { color: rgb(169,192,148); }
H1.HeaderClassName
{
color: #A9C094;
}
.AnyTagClassName
{
color: #A9C094;
}
</style>
background-color css
<style>
a { background-color: #A9C094; }
a { background-color: rgb(169,192,148); }
div.DivClassName
{
background-color: #A9C094;
}
.BgClassName
{
background-color: #A9C094;
}
</style>
border-color css
<style>
span { border-color: #A9C094; }
span { border-color: rgb(169,192,148); }
td.TdClassName
{
border-color: #A9C094;
}
.TagClassName
{
border-color: #A9C094;
}
</style>