Shades of Norway #A3C38C
Tints of Norway #A3C38C
RGB
CMYK
RGB Variations
Color information
#A3C38C (or 0xA3C38C) is known color: Norway. HEX triplet: A3, C3 and 8C. RGB value is (163,195,140). Sum of RGB (Red+Green+Blue) = 163+195+140=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C38C is #5C3C73. Grayscale: #B3B3B3. Windows color (decimal): -6044788 or 9225123. OLE color: 9225123.
HSL color Cylindrical-coordinate representation of color #A3C38C: hue angle of 94.91º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3C38C is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 140 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.24 |
| HSL | 94.91º | 0.31% | 0.66% | - |
| HSV(B) | 94.91º | 0.28% | 0.76% | - |
| XYZ | 39.35 | 48.71 | 32.14 | - |
| YUV | 179.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 140 | 0.16 | 0 | 0.28 | 0.24 | 94.91 | 0.31 | 0.66 |
| Hex | A3 | C3 | 8C | 10 | 0 | 1C | 18 | 5F | 1F | 42 |
| Octal | 243 | 303 | 214 | 20 | 0 | 34 | 30 | 137 | 37 | 102 |
| Binary | 10100011 | 11000011 | 10001100 | 10000 | 0 | 11100 | 11000 | 1011111 | 11111 | 1000010 |
Color Harmonies of #A3C38C
Complementary color
Monochromatic Colors of #A3C38C
Black with #A3C38C
Text Example
Text Example
White with #A3C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C38C; }
p { color: rgb(163,195,140); }
H1.HeaderClassName
{
color: #A3C38C;
}
.AnyTagClassName
{
color: #A3C38C;
}
</style>
background-color css
<style>
a { background-color: #A3C38C; }
a { background-color: rgb(163,195,140); }
div.DivClassName
{
background-color: #A3C38C;
}
.BgClassName
{
background-color: #A3C38C;
}
</style>
border-color css
<style>
span { border-color: #A3C38C; }
span { border-color: rgb(163,195,140); }
td.TdClassName
{
border-color: #A3C38C;
}
.TagClassName
{
border-color: #A3C38C;
}
</style>