Shades of Norway #ADC88F
Tints of Norway #ADC88F
RGB
CMYK
RGB Variations
Color information
#ADC88F (or 0xADC88F) is known color: Norway. HEX triplet: AD, C8 and 8F. RGB value is (173,200,143). Sum of RGB (Red+Green+Blue) = 173+200+143=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC88F is #523770. Grayscale: #B9B9B9. Windows color (decimal): -5388145 or 9423021. OLE color: 9423021.
HSL color Cylindrical-coordinate representation of color #ADC88F: hue angle of 88.42º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC88F is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 143 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.22 |
| HSL | 88.42º | 0.34% | 0.67% | - |
| HSV(B) | 88.42º | 0.29% | 0.78% | - |
| XYZ | 42.85 | 52.18 | 33.8 | - |
| YUV | 185.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 143 | 0.14 | 0 | 0.28 | 0.22 | 88.42 | 0.34 | 0.67 |
| Hex | AD | C8 | 8F | E | 0 | 1C | 16 | 58 | 22 | 43 |
| Octal | 255 | 310 | 217 | 16 | 0 | 34 | 26 | 130 | 42 | 103 |
| Binary | 10101101 | 11001000 | 10001111 | 1110 | 0 | 11100 | 10110 | 1011000 | 100010 | 1000011 |
Color Harmonies of #ADC88F
Complementary color
Monochromatic Colors of #ADC88F
Black with #ADC88F
Text Example
Text Example
White with #ADC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC88F; }
p { color: rgb(173,200,143); }
H1.HeaderClassName
{
color: #ADC88F;
}
.AnyTagClassName
{
color: #ADC88F;
}
</style>
background-color css
<style>
a { background-color: #ADC88F; }
a { background-color: rgb(173,200,143); }
div.DivClassName
{
background-color: #ADC88F;
}
.BgClassName
{
background-color: #ADC88F;
}
</style>
border-color css
<style>
span { border-color: #ADC88F; }
span { border-color: rgb(173,200,143); }
td.TdClassName
{
border-color: #ADC88F;
}
.TagClassName
{
border-color: #ADC88F;
}
</style>