Shades of Norway #A1C18A
Tints of Norway #A1C18A
RGB
CMYK
RGB Variations
Color information
#A1C18A (or 0xA1C18A) is known color: Norway. HEX triplet: A1, C1 and 8A. RGB value is (161,193,138). Sum of RGB (Red+Green+Blue) = 161+193+138=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C18A is #5E3E75. Grayscale: #B1B1B1. Windows color (decimal): -6176374 or 9093537. OLE color: 9093537.
HSL color Cylindrical-coordinate representation of color #A1C18A: hue angle of 94.91º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1C18A is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 138 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.24 |
| HSL | 94.91º | 0.31% | 0.65% | - |
| HSV(B) | 94.91º | 0.28% | 0.76% | - |
| XYZ | 38.36 | 47.55 | 31.2 | - |
| YUV | 177.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 138 | 0.17 | 0 | 0.28 | 0.24 | 94.91 | 0.31 | 0.65 |
| Hex | A1 | C1 | 8A | 11 | 0 | 1C | 18 | 5F | 1F | 41 |
| Octal | 241 | 301 | 212 | 21 | 0 | 34 | 30 | 137 | 37 | 101 |
| Binary | 10100001 | 11000001 | 10001010 | 10001 | 0 | 11100 | 11000 | 1011111 | 11111 | 1000001 |
Color Harmonies of #A1C18A
Complementary color
Monochromatic Colors of #A1C18A
Black with #A1C18A
Text Example
Text Example
White with #A1C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C18A; }
p { color: rgb(161,193,138); }
H1.HeaderClassName
{
color: #A1C18A;
}
.AnyTagClassName
{
color: #A1C18A;
}
</style>
background-color css
<style>
a { background-color: #A1C18A; }
a { background-color: rgb(161,193,138); }
div.DivClassName
{
background-color: #A1C18A;
}
.BgClassName
{
background-color: #A1C18A;
}
</style>
border-color css
<style>
span { border-color: #A1C18A; }
span { border-color: rgb(161,193,138); }
td.TdClassName
{
border-color: #A1C18A;
}
.TagClassName
{
border-color: #A1C18A;
}
</style>