Shades of Norway #ACC78B
Tints of Norway #ACC78B
RGB
CMYK
RGB Variations
Color information
#ACC78B (or 0xACC78B) is known color: Norway. HEX triplet: AC, C7 and 8B. RGB value is (172,199,139). Sum of RGB (Red+Green+Blue) = 172+199+139=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC78B is #533874. Grayscale: #B8B8B8. Windows color (decimal): -5453941 or 9160620. OLE color: 9160620.
HSL color Cylindrical-coordinate representation of color #ACC78B: hue angle of 87º 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 #ACC78B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 139 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.22 |
| HSL | 87º | 0.35% | 0.66% | - |
| HSV(B) | 87º | 0.3% | 0.78% | - |
| XYZ | 42.1 | 51.48 | 32.14 | - |
| YUV | 184.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 139 | 0.14 | 0 | 0.30 | 0.22 | 87 | 0.35 | 0.66 |
| Hex | AC | C7 | 8B | E | 0 | 1E | 16 | 57 | 23 | 42 |
| Octal | 254 | 307 | 213 | 16 | 0 | 36 | 26 | 127 | 43 | 102 |
| Binary | 10101100 | 11000111 | 10001011 | 1110 | 0 | 11110 | 10110 | 1010111 | 100011 | 1000010 |
Color Harmonies of #ACC78B
Complementary color
Monochromatic Colors of #ACC78B
Black with #ACC78B
Text Example
Text Example
White with #ACC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC78B; }
p { color: rgb(172,199,139); }
H1.HeaderClassName
{
color: #ACC78B;
}
.AnyTagClassName
{
color: #ACC78B;
}
</style>
background-color css
<style>
a { background-color: #ACC78B; }
a { background-color: rgb(172,199,139); }
div.DivClassName
{
background-color: #ACC78B;
}
.BgClassName
{
background-color: #ACC78B;
}
</style>
border-color css
<style>
span { border-color: #ACC78B; }
span { border-color: rgb(172,199,139); }
td.TdClassName
{
border-color: #ACC78B;
}
.TagClassName
{
border-color: #ACC78B;
}
</style>