Shades of Norway #ACC390
Tints of Norway #ACC390
RGB
CMYK
RGB Variations
Color information
#ACC390 (or 0xACC390) is known color: Norway. HEX triplet: AC, C3 and 90. RGB value is (172,195,144). Sum of RGB (Red+Green+Blue) = 172+195+144=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC390 is #533C6F. Grayscale: #B6B6B6. Windows color (decimal): -5454960 or 9487276. OLE color: 9487276.
HSL color Cylindrical-coordinate representation of color #ACC390: hue angle of 87.06º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC390 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 144 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.24 |
| HSL | 87.06º | 0.3% | 0.66% | - |
| HSV(B) | 87.06º | 0.26% | 0.76% | - |
| XYZ | 41.56 | 49.81 | 33.81 | - |
| YUV | 182.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 144 | 0.12 | 0 | 0.26 | 0.24 | 87.06 | 0.3 | 0.66 |
| Hex | AC | C3 | 90 | C | 0 | 1A | 18 | 57 | 1E | 42 |
| Octal | 254 | 303 | 220 | 14 | 0 | 32 | 30 | 127 | 36 | 102 |
| Binary | 10101100 | 11000011 | 10010000 | 1100 | 0 | 11010 | 11000 | 1010111 | 11110 | 1000010 |
Color Harmonies of #ACC390
Complementary color
Monochromatic Colors of #ACC390
Black with #ACC390
Text Example
Text Example
White with #ACC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC390; }
p { color: rgb(172,195,144); }
H1.HeaderClassName
{
color: #ACC390;
}
.AnyTagClassName
{
color: #ACC390;
}
</style>
background-color css
<style>
a { background-color: #ACC390; }
a { background-color: rgb(172,195,144); }
div.DivClassName
{
background-color: #ACC390;
}
.BgClassName
{
background-color: #ACC390;
}
</style>
border-color css
<style>
span { border-color: #ACC390; }
span { border-color: rgb(172,195,144); }
td.TdClassName
{
border-color: #ACC390;
}
.TagClassName
{
border-color: #ACC390;
}
</style>