Shades of Norway #ADC593
Tints of Norway #ADC593
RGB
CMYK
RGB Variations
Color information
#ADC593 (or 0xADC593) is known color: Norway. HEX triplet: AD, C5 and 93. RGB value is (173,197,147). Sum of RGB (Red+Green+Blue) = 173+197+147=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC593 is #523A6C. Grayscale: #B8B8B8. Windows color (decimal): -5388909 or 9684397. OLE color: 9684397.
HSL color Cylindrical-coordinate representation of color #ADC593: hue angle of 88.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADC593 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 147 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.23 |
| HSL | 88.8º | 0.3% | 0.67% | - |
| HSV(B) | 88.8º | 0.25% | 0.77% | - |
| XYZ | 42.47 | 50.92 | 35.19 | - |
| YUV | 184.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 147 | 0.12 | 0 | 0.25 | 0.23 | 88.8 | 0.3 | 0.67 |
| Hex | AD | C5 | 93 | C | 0 | 19 | 17 | 59 | 1E | 43 |
| Octal | 255 | 305 | 223 | 14 | 0 | 31 | 27 | 131 | 36 | 103 |
| Binary | 10101101 | 11000101 | 10010011 | 1100 | 0 | 11001 | 10111 | 1011001 | 11110 | 1000011 |
Color Harmonies of #ADC593
Complementary color
Monochromatic Colors of #ADC593
Black with #ADC593
Text Example
Text Example
White with #ADC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC593; }
p { color: rgb(173,197,147); }
H1.HeaderClassName
{
color: #ADC593;
}
.AnyTagClassName
{
color: #ADC593;
}
</style>
background-color css
<style>
a { background-color: #ADC593; }
a { background-color: rgb(173,197,147); }
div.DivClassName
{
background-color: #ADC593;
}
.BgClassName
{
background-color: #ADC593;
}
</style>
border-color css
<style>
span { border-color: #ADC593; }
span { border-color: rgb(173,197,147); }
td.TdClassName
{
border-color: #ADC593;
}
.TagClassName
{
border-color: #ADC593;
}
</style>