Shades of Norway #ACC78C
Tints of Norway #ACC78C
RGB
CMYK
RGB Variations
Color information
#ACC78C (or 0xACC78C) is known color: Norway. HEX triplet: AC, C7 and 8C. RGB value is (172,199,140). Sum of RGB (Red+Green+Blue) = 172+199+140=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC78C is #533873. Grayscale: #B8B8B8. Windows color (decimal): -5453940 or 9226156. OLE color: 9226156.
HSL color Cylindrical-coordinate representation of color #ACC78C: hue angle of 87.46º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC78C is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 140 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.22 |
| HSL | 87.46º | 0.35% | 0.66% | - |
| HSV(B) | 87.46º | 0.3% | 0.78% | - |
| XYZ | 42.17 | 51.51 | 32.53 | - |
| YUV | 184.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 140 | 0.14 | 0 | 0.30 | 0.22 | 87.46 | 0.35 | 0.66 |
| Hex | AC | C7 | 8C | E | 0 | 1E | 16 | 57 | 23 | 42 |
| Octal | 254 | 307 | 214 | 16 | 0 | 36 | 26 | 127 | 43 | 102 |
| Binary | 10101100 | 11000111 | 10001100 | 1110 | 0 | 11110 | 10110 | 1010111 | 100011 | 1000010 |
Color Harmonies of #ACC78C
Complementary color
Monochromatic Colors of #ACC78C
Black with #ACC78C
Text Example
Text Example
White with #ACC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC78C; }
p { color: rgb(172,199,140); }
H1.HeaderClassName
{
color: #ACC78C;
}
.AnyTagClassName
{
color: #ACC78C;
}
</style>
background-color css
<style>
a { background-color: #ACC78C; }
a { background-color: rgb(172,199,140); }
div.DivClassName
{
background-color: #ACC78C;
}
.BgClassName
{
background-color: #ACC78C;
}
</style>
border-color css
<style>
span { border-color: #ACC78C; }
span { border-color: rgb(172,199,140); }
td.TdClassName
{
border-color: #ACC78C;
}
.TagClassName
{
border-color: #ACC78C;
}
</style>