Shades of Norway #A1C488
Tints of Norway #A1C488
RGB
CMYK
RGB Variations
Color information
#A1C488 (or 0xA1C488) is known color: Norway. HEX triplet: A1, C4 and 88. RGB value is (161,196,136). Sum of RGB (Red+Green+Blue) = 161+196+136=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C488 is #5E3B77. Grayscale: #B2B2B2. Windows color (decimal): -6175608 or 8963233. OLE color: 8963233.
HSL color Cylindrical-coordinate representation of color #A1C488: hue angle of 95º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1C488 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 136 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.23 |
| HSL | 95º | 0.34% | 0.65% | - |
| HSV(B) | 95º | 0.31% | 0.77% | - |
| XYZ | 38.88 | 48.83 | 30.67 | - |
| YUV | 178.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 136 | 0.18 | 0 | 0.31 | 0.23 | 95 | 0.34 | 0.65 |
| Hex | A1 | C4 | 88 | 12 | 0 | 1F | 17 | 5F | 22 | 41 |
| Octal | 241 | 304 | 210 | 22 | 0 | 37 | 27 | 137 | 42 | 101 |
| Binary | 10100001 | 11000100 | 10001000 | 10010 | 0 | 11111 | 10111 | 1011111 | 100010 | 1000001 |
Color Harmonies of #A1C488
Complementary color
Monochromatic Colors of #A1C488
Black with #A1C488
Text Example
Text Example
White with #A1C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C488; }
p { color: rgb(161,196,136); }
H1.HeaderClassName
{
color: #A1C488;
}
.AnyTagClassName
{
color: #A1C488;
}
</style>
background-color css
<style>
a { background-color: #A1C488; }
a { background-color: rgb(161,196,136); }
div.DivClassName
{
background-color: #A1C488;
}
.BgClassName
{
background-color: #A1C488;
}
</style>
border-color css
<style>
span { border-color: #A1C488; }
span { border-color: rgb(161,196,136); }
td.TdClassName
{
border-color: #A1C488;
}
.TagClassName
{
border-color: #A1C488;
}
</style>