Shades of Norway #ADC68E
Tints of Norway #ADC68E
RGB
CMYK
RGB Variations
Color information
#ADC68E (or 0xADC68E) is known color: Norway. HEX triplet: AD, C6 and 8E. RGB value is (173,198,142). Sum of RGB (Red+Green+Blue) = 173+198+142=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC68E is #523971. Grayscale: #B8B8B8. Windows color (decimal): -5388658 or 9356973. OLE color: 9356973.
HSL color Cylindrical-coordinate representation of color #ADC68E: hue angle of 86.79º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC68E is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 142 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.22 |
| HSL | 86.79º | 0.33% | 0.67% | - |
| HSV(B) | 86.79º | 0.28% | 0.78% | - |
| XYZ | 42.31 | 51.23 | 33.25 | - |
| YUV | 184.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 142 | 0.13 | 0 | 0.28 | 0.22 | 86.79 | 0.33 | 0.67 |
| Hex | AD | C6 | 8E | D | 0 | 1C | 16 | 57 | 21 | 43 |
| Octal | 255 | 306 | 216 | 15 | 0 | 34 | 26 | 127 | 41 | 103 |
| Binary | 10101101 | 11000110 | 10001110 | 1101 | 0 | 11100 | 10110 | 1010111 | 100001 | 1000011 |
Color Harmonies of #ADC68E
Complementary color
Monochromatic Colors of #ADC68E
Black with #ADC68E
Text Example
Text Example
White with #ADC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC68E; }
p { color: rgb(173,198,142); }
H1.HeaderClassName
{
color: #ADC68E;
}
.AnyTagClassName
{
color: #ADC68E;
}
</style>
background-color css
<style>
a { background-color: #ADC68E; }
a { background-color: rgb(173,198,142); }
div.DivClassName
{
background-color: #ADC68E;
}
.BgClassName
{
background-color: #ADC68E;
}
</style>
border-color css
<style>
span { border-color: #ADC68E; }
span { border-color: rgb(173,198,142); }
td.TdClassName
{
border-color: #ADC68E;
}
.TagClassName
{
border-color: #ADC68E;
}
</style>