Shades of Norway #A8C493
Tints of Norway #A8C493
RGB
CMYK
RGB Variations
Color information
#A8C493 (or 0xA8C493) is known color: Norway. HEX triplet: A8, C4 and 93. RGB value is (168,196,147). Sum of RGB (Red+Green+Blue) = 168+196+147=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C493 is #573B6C. Grayscale: #B6B6B6. Windows color (decimal): -5716845 or 9684136. OLE color: 9684136.
HSL color Cylindrical-coordinate representation of color #A8C493: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8C493 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 147 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.23 |
| HSL | 94.29º | 0.29% | 0.67% | - |
| HSV(B) | 94.29º | 0.25% | 0.77% | - |
| XYZ | 41.15 | 49.91 | 35.07 | - |
| YUV | 182.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 147 | 0.14 | 0 | 0.25 | 0.23 | 94.29 | 0.29 | 0.67 |
| Hex | A8 | C4 | 93 | E | 0 | 19 | 17 | 5E | 1D | 43 |
| Octal | 250 | 304 | 223 | 16 | 0 | 31 | 27 | 136 | 35 | 103 |
| Binary | 10101000 | 11000100 | 10010011 | 1110 | 0 | 11001 | 10111 | 1011110 | 11101 | 1000011 |
Color Harmonies of #A8C493
Complementary color
Monochromatic Colors of #A8C493
Black with #A8C493
Text Example
Text Example
White with #A8C493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C493; }
p { color: rgb(168,196,147); }
H1.HeaderClassName
{
color: #A8C493;
}
.AnyTagClassName
{
color: #A8C493;
}
</style>
background-color css
<style>
a { background-color: #A8C493; }
a { background-color: rgb(168,196,147); }
div.DivClassName
{
background-color: #A8C493;
}
.BgClassName
{
background-color: #A8C493;
}
</style>
border-color css
<style>
span { border-color: #A8C493; }
span { border-color: rgb(168,196,147); }
td.TdClassName
{
border-color: #A8C493;
}
.TagClassName
{
border-color: #A8C493;
}
</style>