Shades of Norway #ADC496
Tints of Norway #ADC496
RGB
CMYK
RGB Variations
Color information
#ADC496 (or 0xADC496) is known color: Norway. HEX triplet: AD, C4 and 96. RGB value is (173,196,150). Sum of RGB (Red+Green+Blue) = 173+196+150=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC496 is #523B69. Grayscale: #B8B8B8. Windows color (decimal): -5389162 or 9880749. OLE color: 9880749.
HSL color Cylindrical-coordinate representation of color #ADC496: hue angle of 90º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC496 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 150 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.23 |
| HSL | 90º | 0.28% | 0.68% | - |
| HSV(B) | 90º | 0.23% | 0.77% | - |
| XYZ | 42.48 | 50.57 | 36.38 | - |
| YUV | 183.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 150 | 0.12 | 0 | 0.23 | 0.23 | 90 | 0.28 | 0.68 |
| Hex | AD | C4 | 96 | C | 0 | 17 | 17 | 5A | 1C | 44 |
| Octal | 255 | 304 | 226 | 14 | 0 | 27 | 27 | 132 | 34 | 104 |
| Binary | 10101101 | 11000100 | 10010110 | 1100 | 0 | 10111 | 10111 | 1011010 | 11100 | 1000100 |
Color Harmonies of #ADC496
Complementary color
Monochromatic Colors of #ADC496
Black with #ADC496
Text Example
Text Example
White with #ADC496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC496; }
p { color: rgb(173,196,150); }
H1.HeaderClassName
{
color: #ADC496;
}
.AnyTagClassName
{
color: #ADC496;
}
</style>
background-color css
<style>
a { background-color: #ADC496; }
a { background-color: rgb(173,196,150); }
div.DivClassName
{
background-color: #ADC496;
}
.BgClassName
{
background-color: #ADC496;
}
</style>
border-color css
<style>
span { border-color: #ADC496; }
span { border-color: rgb(173,196,150); }
td.TdClassName
{
border-color: #ADC496;
}
.TagClassName
{
border-color: #ADC496;
}
</style>