Shades of Norway #ADC38E
Tints of Norway #ADC38E
RGB
CMYK
RGB Variations
Color information
#ADC38E (or 0xADC38E) is known color: Norway. HEX triplet: AD, C3 and 8E. RGB value is (173,195,142). Sum of RGB (Red+Green+Blue) = 173+195+142=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC38E is #523C71. Grayscale: #B6B6B6. Windows color (decimal): -5389426 or 9356205. OLE color: 9356205.
HSL color Cylindrical-coordinate representation of color #ADC38E: hue angle of 84.91º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC38E is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 142 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.24 |
| HSL | 84.91º | 0.31% | 0.66% | - |
| HSV(B) | 84.91º | 0.27% | 0.76% | - |
| XYZ | 41.63 | 49.87 | 33.02 | - |
| YUV | 182.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 142 | 0.11 | 0 | 0.27 | 0.24 | 84.91 | 0.31 | 0.66 |
| Hex | AD | C3 | 8E | B | 0 | 1B | 18 | 55 | 1F | 42 |
| Octal | 255 | 303 | 216 | 13 | 0 | 33 | 30 | 125 | 37 | 102 |
| Binary | 10101101 | 11000011 | 10001110 | 1011 | 0 | 11011 | 11000 | 1010101 | 11111 | 1000010 |
Color Harmonies of #ADC38E
Complementary color
Monochromatic Colors of #ADC38E
Black with #ADC38E
Text Example
Text Example
White with #ADC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC38E; }
p { color: rgb(173,195,142); }
H1.HeaderClassName
{
color: #ADC38E;
}
.AnyTagClassName
{
color: #ADC38E;
}
</style>
background-color css
<style>
a { background-color: #ADC38E; }
a { background-color: rgb(173,195,142); }
div.DivClassName
{
background-color: #ADC38E;
}
.BgClassName
{
background-color: #ADC38E;
}
</style>
border-color css
<style>
span { border-color: #ADC38E; }
span { border-color: rgb(173,195,142); }
td.TdClassName
{
border-color: #ADC38E;
}
.TagClassName
{
border-color: #ADC38E;
}
</style>