Shades of Norway #ACC991
Tints of Norway #ACC991
RGB
CMYK
RGB Variations
Color information
#ACC991 (or 0xACC991) is known color: Norway. HEX triplet: AC, C9 and 91. RGB value is (172,201,145). Sum of RGB (Red+Green+Blue) = 172+201+145=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC991 is #53366E. Grayscale: #BABABA. Windows color (decimal): -5453423 or 9554348. OLE color: 9554348.
HSL color Cylindrical-coordinate representation of color #ACC991: hue angle of 91.07º degrees, saturation: 0.34, 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 #ACC991 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 145 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.21 |
| HSL | 91.07º | 0.34% | 0.68% | - |
| HSV(B) | 91.07º | 0.28% | 0.79% | - |
| XYZ | 43.01 | 52.59 | 34.67 | - |
| YUV | 185.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 145 | 0.14 | 0 | 0.28 | 0.21 | 91.07 | 0.34 | 0.68 |
| Hex | AC | C9 | 91 | E | 0 | 1C | 15 | 5B | 22 | 44 |
| Octal | 254 | 311 | 221 | 16 | 0 | 34 | 25 | 133 | 42 | 104 |
| Binary | 10101100 | 11001001 | 10010001 | 1110 | 0 | 11100 | 10101 | 1011011 | 100010 | 1000100 |
Color Harmonies of #ACC991
Complementary color
Monochromatic Colors of #ACC991
Black with #ACC991
Text Example
Text Example
White with #ACC991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC991; }
p { color: rgb(172,201,145); }
H1.HeaderClassName
{
color: #ACC991;
}
.AnyTagClassName
{
color: #ACC991;
}
</style>
background-color css
<style>
a { background-color: #ACC991; }
a { background-color: rgb(172,201,145); }
div.DivClassName
{
background-color: #ACC991;
}
.BgClassName
{
background-color: #ACC991;
}
</style>
border-color css
<style>
span { border-color: #ACC991; }
span { border-color: rgb(172,201,145); }
td.TdClassName
{
border-color: #ACC991;
}
.TagClassName
{
border-color: #ACC991;
}
</style>