Shades of Norway #ADC495
Tints of Norway #ADC495
RGB
CMYK
RGB Variations
Color information
#ADC495 (or 0xADC495) is known color: Norway. HEX triplet: AD, C4 and 95. RGB value is (173,196,149). Sum of RGB (Red+Green+Blue) = 173+196+149=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC495 is #523B6A. Grayscale: #B7B7B7. Windows color (decimal): -5389163 or 9815213. OLE color: 9815213.
HSL color Cylindrical-coordinate representation of color #ADC495: hue angle of 89.36º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC495 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 149 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.23 |
| HSL | 89.36º | 0.28% | 0.68% | - |
| HSV(B) | 89.36º | 0.24% | 0.77% | - |
| XYZ | 42.4 | 50.53 | 35.95 | - |
| YUV | 183.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 149 | 0.12 | 0 | 0.24 | 0.23 | 89.36 | 0.28 | 0.68 |
| Hex | AD | C4 | 95 | C | 0 | 18 | 17 | 59 | 1C | 44 |
| Octal | 255 | 304 | 225 | 14 | 0 | 30 | 27 | 131 | 34 | 104 |
| Binary | 10101101 | 11000100 | 10010101 | 1100 | 0 | 11000 | 10111 | 1011001 | 11100 | 1000100 |
Color Harmonies of #ADC495
Complementary color
Monochromatic Colors of #ADC495
Black with #ADC495
Text Example
Text Example
White with #ADC495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC495; }
p { color: rgb(173,196,149); }
H1.HeaderClassName
{
color: #ADC495;
}
.AnyTagClassName
{
color: #ADC495;
}
</style>
background-color css
<style>
a { background-color: #ADC495; }
a { background-color: rgb(173,196,149); }
div.DivClassName
{
background-color: #ADC495;
}
.BgClassName
{
background-color: #ADC495;
}
</style>
border-color css
<style>
span { border-color: #ADC495; }
span { border-color: rgb(173,196,149); }
td.TdClassName
{
border-color: #ADC495;
}
.TagClassName
{
border-color: #ADC495;
}
</style>