Shades of Norway #ACC990
Tints of Norway #ACC990
RGB
CMYK
RGB Variations
Color information
#ACC990 (or 0xACC990) is known color: Norway. HEX triplet: AC, C9 and 90. RGB value is (172,201,144). Sum of RGB (Red+Green+Blue) = 172+201+144=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC990 is #53366F. Grayscale: #BABABA. Windows color (decimal): -5453424 or 9488812. OLE color: 9488812.
HSL color Cylindrical-coordinate representation of color #ACC990: hue angle of 90.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC990 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 144 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.21 |
| HSL | 90.53º | 0.35% | 0.68% | - |
| HSV(B) | 90.53º | 0.28% | 0.79% | - |
| XYZ | 42.93 | 52.56 | 34.27 | - |
| YUV | 185.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 144 | 0.14 | 0 | 0.28 | 0.21 | 90.53 | 0.35 | 0.68 |
| Hex | AC | C9 | 90 | E | 0 | 1C | 15 | 5B | 23 | 44 |
| Octal | 254 | 311 | 220 | 16 | 0 | 34 | 25 | 133 | 43 | 104 |
| Binary | 10101100 | 11001001 | 10010000 | 1110 | 0 | 11100 | 10101 | 1011011 | 100011 | 1000100 |
Color Harmonies of #ACC990
Complementary color
Monochromatic Colors of #ACC990
Black with #ACC990
Text Example
Text Example
White with #ACC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC990; }
p { color: rgb(172,201,144); }
H1.HeaderClassName
{
color: #ACC990;
}
.AnyTagClassName
{
color: #ACC990;
}
</style>
background-color css
<style>
a { background-color: #ACC990; }
a { background-color: rgb(172,201,144); }
div.DivClassName
{
background-color: #ACC990;
}
.BgClassName
{
background-color: #ACC990;
}
</style>
border-color css
<style>
span { border-color: #ACC990; }
span { border-color: rgb(172,201,144); }
td.TdClassName
{
border-color: #ACC990;
}
.TagClassName
{
border-color: #ACC990;
}
</style>