Shades of Norway #AEC294
Tints of Norway #AEC294
RGB
CMYK
RGB Variations
Color information
#AEC294 (or 0xAEC294) is known color: Norway. HEX triplet: AE, C2 and 94. RGB value is (174,194,148). Sum of RGB (Red+Green+Blue) = 174+194+148=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC294 is #513D6B. Grayscale: #B6B6B6. Windows color (decimal): -5324140 or 9749166. OLE color: 9749166.
HSL color Cylindrical-coordinate representation of color #AEC294: hue angle of 86.09º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEC294 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 148 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.24 |
| HSL | 86.09º | 0.27% | 0.67% | - |
| HSV(B) | 86.09º | 0.24% | 0.76% | - |
| XYZ | 42.09 | 49.72 | 35.4 | - |
| YUV | 182.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 148 | 0.10 | 0 | 0.24 | 0.24 | 86.09 | 0.27 | 0.67 |
| Hex | AE | C2 | 94 | A | 0 | 18 | 18 | 56 | 1B | 43 |
| Octal | 256 | 302 | 224 | 12 | 0 | 30 | 30 | 126 | 33 | 103 |
| Binary | 10101110 | 11000010 | 10010100 | 1010 | 0 | 11000 | 11000 | 1010110 | 11011 | 1000011 |
Color Harmonies of #AEC294
Complementary color
Monochromatic Colors of #AEC294
Black with #AEC294
Text Example
Text Example
White with #AEC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC294; }
p { color: rgb(174,194,148); }
H1.HeaderClassName
{
color: #AEC294;
}
.AnyTagClassName
{
color: #AEC294;
}
</style>
background-color css
<style>
a { background-color: #AEC294; }
a { background-color: rgb(174,194,148); }
div.DivClassName
{
background-color: #AEC294;
}
.BgClassName
{
background-color: #AEC294;
}
</style>
border-color css
<style>
span { border-color: #AEC294; }
span { border-color: rgb(174,194,148); }
td.TdClassName
{
border-color: #AEC294;
}
.TagClassName
{
border-color: #AEC294;
}
</style>