Shades of Norway #ADC18E
Tints of Norway #ADC18E
RGB
CMYK
RGB Variations
Color information
#ADC18E (or 0xADC18E) is known color: Norway. HEX triplet: AD, C1 and 8E. RGB value is (173,193,142). Sum of RGB (Red+Green+Blue) = 173+193+142=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC18E is #523E71. Grayscale: #B5B5B5. Windows color (decimal): -5389938 or 9355693. OLE color: 9355693.
HSL color Cylindrical-coordinate representation of color #ADC18E: hue angle of 83.53º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC18E is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 142 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.24 |
| HSL | 83.53º | 0.29% | 0.66% | - |
| HSV(B) | 83.53º | 0.26% | 0.76% | - |
| XYZ | 41.19 | 48.98 | 32.87 | - |
| YUV | 181.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 142 | 0.10 | 0 | 0.26 | 0.24 | 83.53 | 0.29 | 0.66 |
| Hex | AD | C1 | 8E | A | 0 | 1A | 18 | 54 | 1D | 42 |
| Octal | 255 | 301 | 216 | 12 | 0 | 32 | 30 | 124 | 35 | 102 |
| Binary | 10101101 | 11000001 | 10001110 | 1010 | 0 | 11010 | 11000 | 1010100 | 11101 | 1000010 |
Color Harmonies of #ADC18E
Complementary color
Monochromatic Colors of #ADC18E
Black with #ADC18E
Text Example
Text Example
White with #ADC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC18E; }
p { color: rgb(173,193,142); }
H1.HeaderClassName
{
color: #ADC18E;
}
.AnyTagClassName
{
color: #ADC18E;
}
</style>
background-color css
<style>
a { background-color: #ADC18E; }
a { background-color: rgb(173,193,142); }
div.DivClassName
{
background-color: #ADC18E;
}
.BgClassName
{
background-color: #ADC18E;
}
</style>
border-color css
<style>
span { border-color: #ADC18E; }
span { border-color: rgb(173,193,142); }
td.TdClassName
{
border-color: #ADC18E;
}
.TagClassName
{
border-color: #ADC18E;
}
</style>