Shades of Norway #ADC098
Tints of Norway #ADC098
RGB
CMYK
RGB Variations
Color information
#ADC098 (or 0xADC098) is known color: Norway. HEX triplet: AD, C0 and 98. RGB value is (173,192,152). Sum of RGB (Red+Green+Blue) = 173+192+152=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC098 is #523F67. Grayscale: #B5B5B5. Windows color (decimal): -5390184 or 10010797. OLE color: 10010797.
HSL color Cylindrical-coordinate representation of color #ADC098: hue angle of 88.5º degrees, saturation: 0.24, 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 #ADC098 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 152 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.25 |
| HSL | 88.5º | 0.24% | 0.67% | - |
| HSV(B) | 88.5º | 0.21% | 0.75% | - |
| XYZ | 41.75 | 48.85 | 36.93 | - |
| YUV | 181.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 152 | 0.10 | 0 | 0.21 | 0.25 | 88.5 | 0.24 | 0.67 |
| Hex | AD | C0 | 98 | A | 0 | 15 | 19 | 58 | 18 | 43 |
| Octal | 255 | 300 | 230 | 12 | 0 | 25 | 31 | 130 | 30 | 103 |
| Binary | 10101101 | 11000000 | 10011000 | 1010 | 0 | 10101 | 11001 | 1011000 | 11000 | 1000011 |
Color Harmonies of #ADC098
Complementary color
Monochromatic Colors of #ADC098
Black with #ADC098
Text Example
Text Example
White with #ADC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC098; }
p { color: rgb(173,192,152); }
H1.HeaderClassName
{
color: #ADC098;
}
.AnyTagClassName
{
color: #ADC098;
}
</style>
background-color css
<style>
a { background-color: #ADC098; }
a { background-color: rgb(173,192,152); }
div.DivClassName
{
background-color: #ADC098;
}
.BgClassName
{
background-color: #ADC098;
}
</style>
border-color css
<style>
span { border-color: #ADC098; }
span { border-color: rgb(173,192,152); }
td.TdClassName
{
border-color: #ADC098;
}
.TagClassName
{
border-color: #ADC098;
}
</style>