Shades of Norway #A3C18E
Tints of Norway #A3C18E
RGB
CMYK
RGB Variations
Color information
#A3C18E (or 0xA3C18E) is known color: Norway. HEX triplet: A3, C1 and 8E. RGB value is (163,193,142). Sum of RGB (Red+Green+Blue) = 163+193+142=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C18E is #5C3E71. Grayscale: #B2B2B2. Windows color (decimal): -6045298 or 9355683. OLE color: 9355683.
HSL color Cylindrical-coordinate representation of color #A3C18E: hue angle of 95.29º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3C18E is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 142 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.24 |
| HSL | 95.29º | 0.29% | 0.66% | - |
| HSV(B) | 95.29º | 0.26% | 0.76% | - |
| XYZ | 39.06 | 47.88 | 32.77 | - |
| YUV | 178.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 142 | 0.16 | 0 | 0.26 | 0.24 | 95.29 | 0.29 | 0.66 |
| Hex | A3 | C1 | 8E | 10 | 0 | 1A | 18 | 5F | 1D | 42 |
| Octal | 243 | 301 | 216 | 20 | 0 | 32 | 30 | 137 | 35 | 102 |
| Binary | 10100011 | 11000001 | 10001110 | 10000 | 0 | 11010 | 11000 | 1011111 | 11101 | 1000010 |
Color Harmonies of #A3C18E
Complementary color
Monochromatic Colors of #A3C18E
Black with #A3C18E
Text Example
Text Example
White with #A3C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C18E; }
p { color: rgb(163,193,142); }
H1.HeaderClassName
{
color: #A3C18E;
}
.AnyTagClassName
{
color: #A3C18E;
}
</style>
background-color css
<style>
a { background-color: #A3C18E; }
a { background-color: rgb(163,193,142); }
div.DivClassName
{
background-color: #A3C18E;
}
.BgClassName
{
background-color: #A3C18E;
}
</style>
border-color css
<style>
span { border-color: #A3C18E; }
span { border-color: rgb(163,193,142); }
td.TdClassName
{
border-color: #A3C18E;
}
.TagClassName
{
border-color: #A3C18E;
}
</style>