Shades of Norway #ADC19A
Tints of Norway #ADC19A
RGB
CMYK
RGB Variations
Color information
#ADC19A (or 0xADC19A) is known color: Norway. HEX triplet: AD, C1 and 9A. RGB value is (173,193,154). Sum of RGB (Red+Green+Blue) = 173+193+154=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC19A is #523E65. Grayscale: #B6B6B6. Windows color (decimal): -5389926 or 10142125. OLE color: 10142125.
HSL color Cylindrical-coordinate representation of color #ADC19A: hue angle of 90.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC19A is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 154 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.24 |
| HSL | 90.77º | 0.24% | 0.68% | - |
| HSV(B) | 90.77º | 0.2% | 0.76% | - |
| XYZ | 42.14 | 49.36 | 37.88 | - |
| YUV | 182.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 154 | 0.10 | 0 | 0.20 | 0.24 | 90.77 | 0.24 | 0.68 |
| Hex | AD | C1 | 9A | A | 0 | 14 | 18 | 5B | 18 | 44 |
| Octal | 255 | 301 | 232 | 12 | 0 | 24 | 30 | 133 | 30 | 104 |
| Binary | 10101101 | 11000001 | 10011010 | 1010 | 0 | 10100 | 11000 | 1011011 | 11000 | 1000100 |
Color Harmonies of #ADC19A
Complementary color
Monochromatic Colors of #ADC19A
Black with #ADC19A
Text Example
Text Example
White with #ADC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC19A; }
p { color: rgb(173,193,154); }
H1.HeaderClassName
{
color: #ADC19A;
}
.AnyTagClassName
{
color: #ADC19A;
}
</style>
background-color css
<style>
a { background-color: #ADC19A; }
a { background-color: rgb(173,193,154); }
div.DivClassName
{
background-color: #ADC19A;
}
.BgClassName
{
background-color: #ADC19A;
}
</style>
border-color css
<style>
span { border-color: #ADC19A; }
span { border-color: rgb(173,193,154); }
td.TdClassName
{
border-color: #ADC19A;
}
.TagClassName
{
border-color: #ADC19A;
}
</style>