Shades of Norway #ADC291
Tints of Norway #ADC291
RGB
CMYK
RGB Variations
Color information
#ADC291 (or 0xADC291) is known color: Norway. HEX triplet: AD, C2 and 91. RGB value is (173,194,145). Sum of RGB (Red+Green+Blue) = 173+194+145=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC291 is #523D6E. Grayscale: #B6B6B6. Windows color (decimal): -5389679 or 9552557. OLE color: 9552557.
HSL color Cylindrical-coordinate representation of color #ADC291: hue angle of 85.71º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADC291 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 145 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.24 |
| HSL | 85.71º | 0.29% | 0.66% | - |
| HSV(B) | 85.71º | 0.25% | 0.76% | - |
| XYZ | 41.64 | 49.51 | 34.15 | - |
| YUV | 182.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 145 | 0.11 | 0 | 0.25 | 0.24 | 85.71 | 0.29 | 0.66 |
| Hex | AD | C2 | 91 | B | 0 | 19 | 18 | 56 | 1D | 42 |
| Octal | 255 | 302 | 221 | 13 | 0 | 31 | 30 | 126 | 35 | 102 |
| Binary | 10101101 | 11000010 | 10010001 | 1011 | 0 | 11001 | 11000 | 1010110 | 11101 | 1000010 |
Color Harmonies of #ADC291
Complementary color
Monochromatic Colors of #ADC291
Black with #ADC291
Text Example
Text Example
White with #ADC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC291; }
p { color: rgb(173,194,145); }
H1.HeaderClassName
{
color: #ADC291;
}
.AnyTagClassName
{
color: #ADC291;
}
</style>
background-color css
<style>
a { background-color: #ADC291; }
a { background-color: rgb(173,194,145); }
div.DivClassName
{
background-color: #ADC291;
}
.BgClassName
{
background-color: #ADC291;
}
</style>
border-color css
<style>
span { border-color: #ADC291; }
span { border-color: rgb(173,194,145); }
td.TdClassName
{
border-color: #ADC291;
}
.TagClassName
{
border-color: #ADC291;
}
</style>