Shades of Norway #A2C48F
Tints of Norway #A2C48F
RGB
CMYK
RGB Variations
Color information
#A2C48F (or 0xA2C48F) is known color: Norway. HEX triplet: A2, C4 and 8F. RGB value is (162,196,143). Sum of RGB (Red+Green+Blue) = 162+196+143=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C48F is #5D3B70. Grayscale: #B3B3B3. Windows color (decimal): -6110065 or 9421986. OLE color: 9421986.
HSL color Cylindrical-coordinate representation of color #A2C48F: hue angle of 98.49º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C48F is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 143 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.23 |
| HSL | 98.49º | 0.31% | 0.66% | - |
| HSV(B) | 98.49º | 0.27% | 0.77% | - |
| XYZ | 39.6 | 49.14 | 33.39 | - |
| YUV | 179.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 143 | 0.17 | 0 | 0.27 | 0.23 | 98.49 | 0.31 | 0.66 |
| Hex | A2 | C4 | 8F | 11 | 0 | 1B | 17 | 62 | 1F | 42 |
| Octal | 242 | 304 | 217 | 21 | 0 | 33 | 27 | 142 | 37 | 102 |
| Binary | 10100010 | 11000100 | 10001111 | 10001 | 0 | 11011 | 10111 | 1100010 | 11111 | 1000010 |
Color Harmonies of #A2C48F
Complementary color
Monochromatic Colors of #A2C48F
Black with #A2C48F
Text Example
Text Example
White with #A2C48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C48F; }
p { color: rgb(162,196,143); }
H1.HeaderClassName
{
color: #A2C48F;
}
.AnyTagClassName
{
color: #A2C48F;
}
</style>
background-color css
<style>
a { background-color: #A2C48F; }
a { background-color: rgb(162,196,143); }
div.DivClassName
{
background-color: #A2C48F;
}
.BgClassName
{
background-color: #A2C48F;
}
</style>
border-color css
<style>
span { border-color: #A2C48F; }
span { border-color: rgb(162,196,143); }
td.TdClassName
{
border-color: #A2C48F;
}
.TagClassName
{
border-color: #A2C48F;
}
</style>