Shades of Norway #ADC09A
Tints of Norway #ADC09A
RGB
CMYK
RGB Variations
Color information
#ADC09A (or 0xADC09A) is known color: Norway. HEX triplet: AD, C0 and 9A. RGB value is (173,192,154). Sum of RGB (Red+Green+Blue) = 173+192+154=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC09A is #523F65. Grayscale: #B6B6B6. Windows color (decimal): -5390182 or 10141869. OLE color: 10141869.
HSL color Cylindrical-coordinate representation of color #ADC09A: hue angle of 90º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC09A is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 154 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.25 |
| HSL | 90º | 0.23% | 0.68% | - |
| HSV(B) | 90º | 0.2% | 0.75% | - |
| XYZ | 41.92 | 48.92 | 37.8 | - |
| YUV | 181.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 154 | 0.10 | 0 | 0.20 | 0.25 | 90 | 0.23 | 0.68 |
| Hex | AD | C0 | 9A | A | 0 | 14 | 19 | 5A | 17 | 44 |
| Octal | 255 | 300 | 232 | 12 | 0 | 24 | 31 | 132 | 27 | 104 |
| Binary | 10101101 | 11000000 | 10011010 | 1010 | 0 | 10100 | 11001 | 1011010 | 10111 | 1000100 |
Color Harmonies of #ADC09A
Complementary color
Monochromatic Colors of #ADC09A
Black with #ADC09A
Text Example
Text Example
White with #ADC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC09A; }
p { color: rgb(173,192,154); }
H1.HeaderClassName
{
color: #ADC09A;
}
.AnyTagClassName
{
color: #ADC09A;
}
</style>
background-color css
<style>
a { background-color: #ADC09A; }
a { background-color: rgb(173,192,154); }
div.DivClassName
{
background-color: #ADC09A;
}
.BgClassName
{
background-color: #ADC09A;
}
</style>
border-color css
<style>
span { border-color: #ADC09A; }
span { border-color: rgb(173,192,154); }
td.TdClassName
{
border-color: #ADC09A;
}
.TagClassName
{
border-color: #ADC09A;
}
</style>