Shades of Norway #ACC88C
Tints of Norway #ACC88C
RGB
CMYK
RGB Variations
Color information
#ACC88C (or 0xACC88C) is known color: Norway. HEX triplet: AC, C8 and 8C. RGB value is (172,200,140). Sum of RGB (Red+Green+Blue) = 172+200+140=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC88C is #533773. Grayscale: #B9B9B9. Windows color (decimal): -5453684 or 9226412. OLE color: 9226412.
HSL color Cylindrical-coordinate representation of color #ACC88C: hue angle of 88º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC88C is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 140 | - |
| CMYK | 0.14 | 0 | 0.3 | 0.22 |
| HSL | 88º | 0.35% | 0.67% | - |
| HSV(B) | 88º | 0.3% | 0.78% | - |
| XYZ | 42.4 | 51.97 | 32.61 | - |
| YUV | 184.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 140 | 0.14 | 0 | 0.3 | 0.22 | 88 | 0.35 | 0.67 |
| Hex | AC | C8 | 8C | E | 0 | 1E | 16 | 58 | 23 | 43 |
| Octal | 254 | 310 | 214 | 16 | 0 | 36 | 26 | 130 | 43 | 103 |
| Binary | 10101100 | 11001000 | 10001100 | 1110 | 0 | 11110 | 10110 | 1011000 | 100011 | 1000011 |
Color Harmonies of #ACC88C
Complementary color
Monochromatic Colors of #ACC88C
Black with #ACC88C
Text Example
Text Example
White with #ACC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC88C; }
p { color: rgb(172,200,140); }
H1.HeaderClassName
{
color: #ACC88C;
}
.AnyTagClassName
{
color: #ACC88C;
}
</style>
background-color css
<style>
a { background-color: #ACC88C; }
a { background-color: rgb(172,200,140); }
div.DivClassName
{
background-color: #ACC88C;
}
.BgClassName
{
background-color: #ACC88C;
}
</style>
border-color css
<style>
span { border-color: #ACC88C; }
span { border-color: rgb(172,200,140); }
td.TdClassName
{
border-color: #ACC88C;
}
.TagClassName
{
border-color: #ACC88C;
}
</style>