Shades of Norway #A9C093
Tints of Norway #A9C093
RGB
CMYK
RGB Variations
Color information
#A9C093 (or 0xA9C093) is known color: Norway. HEX triplet: A9, C0 and 93. RGB value is (169,192,147). Sum of RGB (Red+Green+Blue) = 169+192+147=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C093 is #563F6C. Grayscale: #B4B4B4. Windows color (decimal): -5652333 or 9683113. OLE color: 9683113.
HSL color Cylindrical-coordinate representation of color #A9C093: hue angle of 90.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9C093 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 192 | 147 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.25 |
| HSL | 90.67º | 0.26% | 0.66% | - |
| HSV(B) | 90.67º | 0.23% | 0.75% | - |
| XYZ | 40.48 | 48.24 | 34.78 | - |
| YUV | 179.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 147 | 0.12 | 0 | 0.23 | 0.25 | 90.67 | 0.26 | 0.66 |
| Hex | A9 | C0 | 93 | C | 0 | 17 | 19 | 5B | 1A | 42 |
| Octal | 251 | 300 | 223 | 14 | 0 | 27 | 31 | 133 | 32 | 102 |
| Binary | 10101001 | 11000000 | 10010011 | 1100 | 0 | 10111 | 11001 | 1011011 | 11010 | 1000010 |
Color Harmonies of #A9C093
Complementary color
Monochromatic Colors of #A9C093
Black with #A9C093
Text Example
Text Example
White with #A9C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C093; }
p { color: rgb(169,192,147); }
H1.HeaderClassName
{
color: #A9C093;
}
.AnyTagClassName
{
color: #A9C093;
}
</style>
background-color css
<style>
a { background-color: #A9C093; }
a { background-color: rgb(169,192,147); }
div.DivClassName
{
background-color: #A9C093;
}
.BgClassName
{
background-color: #A9C093;
}
</style>
border-color css
<style>
span { border-color: #A9C093; }
span { border-color: rgb(169,192,147); }
td.TdClassName
{
border-color: #A9C093;
}
.TagClassName
{
border-color: #A9C093;
}
</style>