Shades of Norway #ADC394
Tints of Norway #ADC394
RGB
CMYK
RGB Variations
Color information
#ADC394 (or 0xADC394) is known color: Norway. HEX triplet: AD, C3 and 94. RGB value is (173,195,148). Sum of RGB (Red+Green+Blue) = 173+195+148=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC394 is #523C6B. Grayscale: #B7B7B7. Windows color (decimal): -5389420 or 9749421. OLE color: 9749421.
HSL color Cylindrical-coordinate representation of color #ADC394: hue angle of 88.09º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC394 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 148 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.24 |
| HSL | 88.09º | 0.28% | 0.67% | - |
| HSV(B) | 88.09º | 0.24% | 0.76% | - |
| XYZ | 42.09 | 50.05 | 35.46 | - |
| YUV | 183.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 148 | 0.11 | 0 | 0.24 | 0.24 | 88.09 | 0.28 | 0.67 |
| Hex | AD | C3 | 94 | B | 0 | 18 | 18 | 58 | 1C | 43 |
| Octal | 255 | 303 | 224 | 13 | 0 | 30 | 30 | 130 | 34 | 103 |
| Binary | 10101101 | 11000011 | 10010100 | 1011 | 0 | 11000 | 11000 | 1011000 | 11100 | 1000011 |
Color Harmonies of #ADC394
Complementary color
Monochromatic Colors of #ADC394
Black with #ADC394
Text Example
Text Example
White with #ADC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC394; }
p { color: rgb(173,195,148); }
H1.HeaderClassName
{
color: #ADC394;
}
.AnyTagClassName
{
color: #ADC394;
}
</style>
background-color css
<style>
a { background-color: #ADC394; }
a { background-color: rgb(173,195,148); }
div.DivClassName
{
background-color: #ADC394;
}
.BgClassName
{
background-color: #ADC394;
}
</style>
border-color css
<style>
span { border-color: #ADC394; }
span { border-color: rgb(173,195,148); }
td.TdClassName
{
border-color: #ADC394;
}
.TagClassName
{
border-color: #ADC394;
}
</style>