Shades of Norway #AEC194
Tints of Norway #AEC194
RGB
CMYK
RGB Variations
Color information
#AEC194 (or 0xAEC194) is known color: Norway. HEX triplet: AE, C1 and 94. RGB value is (174,193,148). Sum of RGB (Red+Green+Blue) = 174+193+148=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC194 is #513E6B. Grayscale: #B6B6B6. Windows color (decimal): -5324396 or 9748910. OLE color: 9748910.
HSL color Cylindrical-coordinate representation of color #AEC194: hue angle of 85.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEC194 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 148 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.24 |
| HSL | 85.33º | 0.27% | 0.67% | - |
| HSV(B) | 85.33º | 0.23% | 0.76% | - |
| XYZ | 41.87 | 49.28 | 35.32 | - |
| YUV | 182.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 148 | 0.10 | 0 | 0.23 | 0.24 | 85.33 | 0.27 | 0.67 |
| Hex | AE | C1 | 94 | A | 0 | 17 | 18 | 55 | 1B | 43 |
| Octal | 256 | 301 | 224 | 12 | 0 | 27 | 30 | 125 | 33 | 103 |
| Binary | 10101110 | 11000001 | 10010100 | 1010 | 0 | 10111 | 11000 | 1010101 | 11011 | 1000011 |
Color Harmonies of #AEC194
Complementary color
Monochromatic Colors of #AEC194
Black with #AEC194
Text Example
Text Example
White with #AEC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC194; }
p { color: rgb(174,193,148); }
H1.HeaderClassName
{
color: #AEC194;
}
.AnyTagClassName
{
color: #AEC194;
}
</style>
background-color css
<style>
a { background-color: #AEC194; }
a { background-color: rgb(174,193,148); }
div.DivClassName
{
background-color: #AEC194;
}
.BgClassName
{
background-color: #AEC194;
}
</style>
border-color css
<style>
span { border-color: #AEC194; }
span { border-color: rgb(174,193,148); }
td.TdClassName
{
border-color: #AEC194;
}
.TagClassName
{
border-color: #AEC194;
}
</style>