Shades of Norway #ADC397
Tints of Norway #ADC397
RGB
CMYK
RGB Variations
Color information
#ADC397 (or 0xADC397) is known color: Norway. HEX triplet: AD, C3 and 97. RGB value is (173,195,151). Sum of RGB (Red+Green+Blue) = 173+195+151=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC397 is #523C68. Grayscale: #B7B7B7. Windows color (decimal): -5389417 or 9946029. OLE color: 9946029.
HSL color Cylindrical-coordinate representation of color #ADC397: hue angle of 90º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC397 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 151 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.24 |
| HSL | 90º | 0.27% | 0.68% | - |
| HSV(B) | 90º | 0.23% | 0.76% | - |
| XYZ | 42.33 | 50.15 | 36.73 | - |
| YUV | 183.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 151 | 0.11 | 0 | 0.23 | 0.24 | 90 | 0.27 | 0.68 |
| Hex | AD | C3 | 97 | B | 0 | 17 | 18 | 5A | 1B | 44 |
| Octal | 255 | 303 | 227 | 13 | 0 | 27 | 30 | 132 | 33 | 104 |
| Binary | 10101101 | 11000011 | 10010111 | 1011 | 0 | 10111 | 11000 | 1011010 | 11011 | 1000100 |
Color Harmonies of #ADC397
Complementary color
Monochromatic Colors of #ADC397
Black with #ADC397
Text Example
Text Example
White with #ADC397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC397; }
p { color: rgb(173,195,151); }
H1.HeaderClassName
{
color: #ADC397;
}
.AnyTagClassName
{
color: #ADC397;
}
</style>
background-color css
<style>
a { background-color: #ADC397; }
a { background-color: rgb(173,195,151); }
div.DivClassName
{
background-color: #ADC397;
}
.BgClassName
{
background-color: #ADC397;
}
</style>
border-color css
<style>
span { border-color: #ADC397; }
span { border-color: rgb(173,195,151); }
td.TdClassName
{
border-color: #ADC397;
}
.TagClassName
{
border-color: #ADC397;
}
</style>