Shades of Norway #ADC194
Tints of Norway #ADC194
RGB
CMYK
RGB Variations
Color information
#ADC194 (or 0xADC194) is known color: Norway. HEX triplet: AD, C1 and 94. RGB value is (173,193,148). Sum of RGB (Red+Green+Blue) = 173+193+148=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC194 is #523E6B. Grayscale: #B6B6B6. Windows color (decimal): -5389932 or 9748909. OLE color: 9748909.
HSL color Cylindrical-coordinate representation of color #ADC194: hue angle of 86.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC194 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 148 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.24 |
| HSL | 86.67º | 0.27% | 0.67% | - |
| HSV(B) | 86.67º | 0.23% | 0.76% | - |
| XYZ | 41.65 | 49.16 | 35.31 | - |
| YUV | 181.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 148 | 0.10 | 0 | 0.23 | 0.24 | 86.67 | 0.27 | 0.67 |
| Hex | AD | C1 | 94 | A | 0 | 17 | 18 | 57 | 1B | 43 |
| Octal | 255 | 301 | 224 | 12 | 0 | 27 | 30 | 127 | 33 | 103 |
| Binary | 10101101 | 11000001 | 10010100 | 1010 | 0 | 10111 | 11000 | 1010111 | 11011 | 1000011 |
Color Harmonies of #ADC194
Complementary color
Monochromatic Colors of #ADC194
Black with #ADC194
Text Example
Text Example
White with #ADC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC194; }
p { color: rgb(173,193,148); }
H1.HeaderClassName
{
color: #ADC194;
}
.AnyTagClassName
{
color: #ADC194;
}
</style>
background-color css
<style>
a { background-color: #ADC194; }
a { background-color: rgb(173,193,148); }
div.DivClassName
{
background-color: #ADC194;
}
.BgClassName
{
background-color: #ADC194;
}
</style>
border-color css
<style>
span { border-color: #ADC194; }
span { border-color: rgb(173,193,148); }
td.TdClassName
{
border-color: #ADC194;
}
.TagClassName
{
border-color: #ADC194;
}
</style>