Shades of Norway #ADC493
Tints of Norway #ADC493
RGB
CMYK
RGB Variations
Color information
#ADC493 (or 0xADC493) is known color: Norway. HEX triplet: AD, C4 and 93. RGB value is (173,196,147). Sum of RGB (Red+Green+Blue) = 173+196+147=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC493 is #523B6C. Grayscale: #B7B7B7. Windows color (decimal): -5389165 or 9684141. OLE color: 9684141.
HSL color Cylindrical-coordinate representation of color #ADC493: hue angle of 88.16º degrees, saturation: 0.29, 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 #ADC493 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 147 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.23 |
| HSL | 88.16º | 0.29% | 0.67% | - |
| HSV(B) | 88.16º | 0.25% | 0.77% | - |
| XYZ | 42.24 | 50.47 | 35.12 | - |
| YUV | 183.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 147 | 0.12 | 0 | 0.25 | 0.23 | 88.16 | 0.29 | 0.67 |
| Hex | AD | C4 | 93 | C | 0 | 19 | 17 | 58 | 1D | 43 |
| Octal | 255 | 304 | 223 | 14 | 0 | 31 | 27 | 130 | 35 | 103 |
| Binary | 10101101 | 11000100 | 10010011 | 1100 | 0 | 11001 | 10111 | 1011000 | 11101 | 1000011 |
Color Harmonies of #ADC493
Complementary color
Monochromatic Colors of #ADC493
Black with #ADC493
Text Example
Text Example
White with #ADC493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC493; }
p { color: rgb(173,196,147); }
H1.HeaderClassName
{
color: #ADC493;
}
.AnyTagClassName
{
color: #ADC493;
}
</style>
background-color css
<style>
a { background-color: #ADC493; }
a { background-color: rgb(173,196,147); }
div.DivClassName
{
background-color: #ADC493;
}
.BgClassName
{
background-color: #ADC493;
}
</style>
border-color css
<style>
span { border-color: #ADC493; }
span { border-color: rgb(173,196,147); }
td.TdClassName
{
border-color: #ADC493;
}
.TagClassName
{
border-color: #ADC493;
}
</style>