Shades of Norway #ACC18E
Tints of Norway #ACC18E
RGB
CMYK
RGB Variations
Color information
#ACC18E (or 0xACC18E) is known color: Norway. HEX triplet: AC, C1 and 8E. RGB value is (172,193,142). Sum of RGB (Red+Green+Blue) = 172+193+142=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC18E is #533E71. Grayscale: #B5B5B5. Windows color (decimal): -5455474 or 9355692. OLE color: 9355692.
HSL color Cylindrical-coordinate representation of color #ACC18E: hue angle of 84.71º degrees, saturation: 0.29, 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 #ACC18E is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 142 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.24 |
| HSL | 84.71º | 0.29% | 0.66% | - |
| HSV(B) | 84.71º | 0.26% | 0.76% | - |
| XYZ | 40.97 | 48.86 | 32.86 | - |
| YUV | 180.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 142 | 0.11 | 0 | 0.26 | 0.24 | 84.71 | 0.29 | 0.66 |
| Hex | AC | C1 | 8E | B | 0 | 1A | 18 | 55 | 1D | 42 |
| Octal | 254 | 301 | 216 | 13 | 0 | 32 | 30 | 125 | 35 | 102 |
| Binary | 10101100 | 11000001 | 10001110 | 1011 | 0 | 11010 | 11000 | 1010101 | 11101 | 1000010 |
Color Harmonies of #ACC18E
Complementary color
Monochromatic Colors of #ACC18E
Black with #ACC18E
Text Example
Text Example
White with #ACC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC18E; }
p { color: rgb(172,193,142); }
H1.HeaderClassName
{
color: #ACC18E;
}
.AnyTagClassName
{
color: #ACC18E;
}
</style>
background-color css
<style>
a { background-color: #ACC18E; }
a { background-color: rgb(172,193,142); }
div.DivClassName
{
background-color: #ACC18E;
}
.BgClassName
{
background-color: #ACC18E;
}
</style>
border-color css
<style>
span { border-color: #ACC18E; }
span { border-color: rgb(172,193,142); }
td.TdClassName
{
border-color: #ACC18E;
}
.TagClassName
{
border-color: #ACC18E;
}
</style>