Shades of Norway #ADC890
Tints of Norway #ADC890
RGB
CMYK
RGB Variations
Color information
#ADC890 (or 0xADC890) is known color: Norway. HEX triplet: AD, C8 and 90. RGB value is (173,200,144). Sum of RGB (Red+Green+Blue) = 173+200+144=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC890 is #52376F. Grayscale: #B9B9B9. Windows color (decimal): -5388144 or 9488557. OLE color: 9488557.
HSL color Cylindrical-coordinate representation of color #ADC890: hue angle of 88.93º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC890 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 144 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.22 |
| HSL | 88.93º | 0.34% | 0.67% | - |
| HSV(B) | 88.93º | 0.28% | 0.78% | - |
| XYZ | 42.92 | 52.21 | 34.2 | - |
| YUV | 185.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 144 | 0.14 | 0 | 0.28 | 0.22 | 88.93 | 0.34 | 0.67 |
| Hex | AD | C8 | 90 | E | 0 | 1C | 16 | 59 | 22 | 43 |
| Octal | 255 | 310 | 220 | 16 | 0 | 34 | 26 | 131 | 42 | 103 |
| Binary | 10101101 | 11001000 | 10010000 | 1110 | 0 | 11100 | 10110 | 1011001 | 100010 | 1000011 |
Color Harmonies of #ADC890
Complementary color
Monochromatic Colors of #ADC890
Black with #ADC890
Text Example
Text Example
White with #ADC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC890; }
p { color: rgb(173,200,144); }
H1.HeaderClassName
{
color: #ADC890;
}
.AnyTagClassName
{
color: #ADC890;
}
</style>
background-color css
<style>
a { background-color: #ADC890; }
a { background-color: rgb(173,200,144); }
div.DivClassName
{
background-color: #ADC890;
}
.BgClassName
{
background-color: #ADC890;
}
</style>
border-color css
<style>
span { border-color: #ADC890; }
span { border-color: rgb(173,200,144); }
td.TdClassName
{
border-color: #ADC890;
}
.TagClassName
{
border-color: #ADC890;
}
</style>