Shades of Norway #ACC491
Tints of Norway #ACC491
RGB
CMYK
RGB Variations
Color information
#ACC491 (or 0xACC491) is known color: Norway. HEX triplet: AC, C4 and 91. RGB value is (172,196,145). Sum of RGB (Red+Green+Blue) = 172+196+145=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC491 is #533B6E. Grayscale: #B7B7B7. Windows color (decimal): -5454703 or 9553068. OLE color: 9553068.
HSL color Cylindrical-coordinate representation of color #ACC491: hue angle of 88.24º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC491 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 145 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.23 |
| HSL | 88.24º | 0.3% | 0.67% | - |
| HSV(B) | 88.24º | 0.26% | 0.77% | - |
| XYZ | 41.86 | 50.29 | 34.29 | - |
| YUV | 183.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 145 | 0.12 | 0 | 0.26 | 0.23 | 88.24 | 0.3 | 0.67 |
| Hex | AC | C4 | 91 | C | 0 | 1A | 17 | 58 | 1E | 43 |
| Octal | 254 | 304 | 221 | 14 | 0 | 32 | 27 | 130 | 36 | 103 |
| Binary | 10101100 | 11000100 | 10010001 | 1100 | 0 | 11010 | 10111 | 1011000 | 11110 | 1000011 |
Color Harmonies of #ACC491
Complementary color
Monochromatic Colors of #ACC491
Black with #ACC491
Text Example
Text Example
White with #ACC491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC491; }
p { color: rgb(172,196,145); }
H1.HeaderClassName
{
color: #ACC491;
}
.AnyTagClassName
{
color: #ACC491;
}
</style>
background-color css
<style>
a { background-color: #ACC491; }
a { background-color: rgb(172,196,145); }
div.DivClassName
{
background-color: #ACC491;
}
.BgClassName
{
background-color: #ACC491;
}
</style>
border-color css
<style>
span { border-color: #ACC491; }
span { border-color: rgb(172,196,145); }
td.TdClassName
{
border-color: #ACC491;
}
.TagClassName
{
border-color: #ACC491;
}
</style>