Shades of Norway #ACC08D
Tints of Norway #ACC08D
RGB
CMYK
RGB Variations
Color information
#ACC08D (or 0xACC08D) is known color: Norway. HEX triplet: AC, C0 and 8D. RGB value is (172,192,141). Sum of RGB (Red+Green+Blue) = 172+192+141=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC08D is #533F72. Grayscale: #B4B4B4. Windows color (decimal): -5455731 or 9289900. OLE color: 9289900.
HSL color Cylindrical-coordinate representation of color #ACC08D: hue angle of 83.53º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC08D is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 141 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.25 |
| HSL | 83.53º | 0.29% | 0.65% | - |
| HSV(B) | 83.53º | 0.27% | 0.75% | - |
| XYZ | 40.67 | 48.39 | 32.4 | - |
| YUV | 180.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 141 | 0.10 | 0 | 0.27 | 0.25 | 83.53 | 0.29 | 0.65 |
| Hex | AC | C0 | 8D | A | 0 | 1B | 19 | 54 | 1D | 41 |
| Octal | 254 | 300 | 215 | 12 | 0 | 33 | 31 | 124 | 35 | 101 |
| Binary | 10101100 | 11000000 | 10001101 | 1010 | 0 | 11011 | 11001 | 1010100 | 11101 | 1000001 |
Color Harmonies of #ACC08D
Complementary color
Monochromatic Colors of #ACC08D
Black with #ACC08D
Text Example
Text Example
White with #ACC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC08D; }
p { color: rgb(172,192,141); }
H1.HeaderClassName
{
color: #ACC08D;
}
.AnyTagClassName
{
color: #ACC08D;
}
</style>
background-color css
<style>
a { background-color: #ACC08D; }
a { background-color: rgb(172,192,141); }
div.DivClassName
{
background-color: #ACC08D;
}
.BgClassName
{
background-color: #ACC08D;
}
</style>
border-color css
<style>
span { border-color: #ACC08D; }
span { border-color: rgb(172,192,141); }
td.TdClassName
{
border-color: #ACC08D;
}
.TagClassName
{
border-color: #ACC08D;
}
</style>