Shades of Norway #ADC097
Tints of Norway #ADC097
RGB
CMYK
RGB Variations
Color information
#ADC097 (or 0xADC097) is known color: Norway. HEX triplet: AD, C0 and 97. RGB value is (173,192,151). Sum of RGB (Red+Green+Blue) = 173+192+151=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC097 is #523F68. Grayscale: #B5B5B5. Windows color (decimal): -5390185 or 9945261. OLE color: 9945261.
HSL color Cylindrical-coordinate representation of color #ADC097: hue angle of 87.8º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC097 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 151 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.25 |
| HSL | 87.8º | 0.25% | 0.67% | - |
| HSV(B) | 87.8º | 0.21% | 0.75% | - |
| XYZ | 41.67 | 48.82 | 36.5 | - |
| YUV | 181.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 151 | 0.10 | 0 | 0.21 | 0.25 | 87.8 | 0.25 | 0.67 |
| Hex | AD | C0 | 97 | A | 0 | 15 | 19 | 58 | 19 | 43 |
| Octal | 255 | 300 | 227 | 12 | 0 | 25 | 31 | 130 | 31 | 103 |
| Binary | 10101101 | 11000000 | 10010111 | 1010 | 0 | 10101 | 11001 | 1011000 | 11001 | 1000011 |
Color Harmonies of #ADC097
Complementary color
Monochromatic Colors of #ADC097
Black with #ADC097
Text Example
Text Example
White with #ADC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC097; }
p { color: rgb(173,192,151); }
H1.HeaderClassName
{
color: #ADC097;
}
.AnyTagClassName
{
color: #ADC097;
}
</style>
background-color css
<style>
a { background-color: #ADC097; }
a { background-color: rgb(173,192,151); }
div.DivClassName
{
background-color: #ADC097;
}
.BgClassName
{
background-color: #ADC097;
}
</style>
border-color css
<style>
span { border-color: #ADC097; }
span { border-color: rgb(173,192,151); }
td.TdClassName
{
border-color: #ADC097;
}
.TagClassName
{
border-color: #ADC097;
}
</style>