Shades of Norway #A1C28D
Tints of Norway #A1C28D
RGB
CMYK
RGB Variations
Color information
#A1C28D (or 0xA1C28D) is known color: Norway. HEX triplet: A1, C2 and 8D. RGB value is (161,194,141). Sum of RGB (Red+Green+Blue) = 161+194+141=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C28D is #5E3D72. Grayscale: #B2B2B2. Windows color (decimal): -6176115 or 9290401. OLE color: 9290401.
HSL color Cylindrical-coordinate representation of color #A1C28D: hue angle of 97.36º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1C28D is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 141 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.24 |
| HSL | 97.36º | 0.3% | 0.66% | - |
| HSV(B) | 97.36º | 0.27% | 0.76% | - |
| XYZ | 38.8 | 48.08 | 32.44 | - |
| YUV | 178.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 141 | 0.17 | 0 | 0.27 | 0.24 | 97.36 | 0.3 | 0.66 |
| Hex | A1 | C2 | 8D | 11 | 0 | 1B | 18 | 61 | 1E | 42 |
| Octal | 241 | 302 | 215 | 21 | 0 | 33 | 30 | 141 | 36 | 102 |
| Binary | 10100001 | 11000010 | 10001101 | 10001 | 0 | 11011 | 11000 | 1100001 | 11110 | 1000010 |
Color Harmonies of #A1C28D
Complementary color
Monochromatic Colors of #A1C28D
Black with #A1C28D
Text Example
Text Example
White with #A1C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C28D; }
p { color: rgb(161,194,141); }
H1.HeaderClassName
{
color: #A1C28D;
}
.AnyTagClassName
{
color: #A1C28D;
}
</style>
background-color css
<style>
a { background-color: #A1C28D; }
a { background-color: rgb(161,194,141); }
div.DivClassName
{
background-color: #A1C28D;
}
.BgClassName
{
background-color: #A1C28D;
}
</style>
border-color css
<style>
span { border-color: #A1C28D; }
span { border-color: rgb(161,194,141); }
td.TdClassName
{
border-color: #A1C28D;
}
.TagClassName
{
border-color: #A1C28D;
}
</style>