Shades of Norway #A1C38D
Tints of Norway #A1C38D
RGB
CMYK
RGB Variations
Color information
#A1C38D (or 0xA1C38D) is known color: Norway. HEX triplet: A1, C3 and 8D. RGB value is (161,195,141). Sum of RGB (Red+Green+Blue) = 161+195+141=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C38D is #5E3C72. Grayscale: #B2B2B2. Windows color (decimal): -6175859 or 9290657. OLE color: 9290657.
HSL color Cylindrical-coordinate representation of color #A1C38D: hue angle of 97.78º 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 #A1C38D is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 141 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.24 |
| HSL | 97.78º | 0.31% | 0.66% | - |
| HSV(B) | 97.78º | 0.28% | 0.76% | - |
| XYZ | 39.02 | 48.53 | 32.51 | - |
| YUV | 178.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 141 | 0.17 | 0 | 0.28 | 0.24 | 97.78 | 0.31 | 0.66 |
| Hex | A1 | C3 | 8D | 11 | 0 | 1C | 18 | 62 | 1F | 42 |
| Octal | 241 | 303 | 215 | 21 | 0 | 34 | 30 | 142 | 37 | 102 |
| Binary | 10100001 | 11000011 | 10001101 | 10001 | 0 | 11100 | 11000 | 1100010 | 11111 | 1000010 |
Color Harmonies of #A1C38D
Complementary color
Monochromatic Colors of #A1C38D
Black with #A1C38D
Text Example
Text Example
White with #A1C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C38D; }
p { color: rgb(161,195,141); }
H1.HeaderClassName
{
color: #A1C38D;
}
.AnyTagClassName
{
color: #A1C38D;
}
</style>
background-color css
<style>
a { background-color: #A1C38D; }
a { background-color: rgb(161,195,141); }
div.DivClassName
{
background-color: #A1C38D;
}
.BgClassName
{
background-color: #A1C38D;
}
</style>
border-color css
<style>
span { border-color: #A1C38D; }
span { border-color: rgb(161,195,141); }
td.TdClassName
{
border-color: #A1C38D;
}
.TagClassName
{
border-color: #A1C38D;
}
</style>