Shades of Norway #AEC590
Tints of Norway #AEC590
RGB
CMYK
RGB Variations
Color information
#AEC590 (or 0xAEC590) is known color: Norway. HEX triplet: AE, C5 and 90. RGB value is (174,197,144). Sum of RGB (Red+Green+Blue) = 174+197+144=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC590 is #513A6F. Grayscale: #B8B8B8. Windows color (decimal): -5323376 or 9487790. OLE color: 9487790.
HSL color Cylindrical-coordinate representation of color #AEC590: hue angle of 86.04º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC590 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 144 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.23 |
| HSL | 86.04º | 0.31% | 0.67% | - |
| HSV(B) | 86.04º | 0.27% | 0.77% | - |
| XYZ | 42.46 | 50.94 | 33.98 | - |
| YUV | 184.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 144 | 0.12 | 0 | 0.27 | 0.23 | 86.04 | 0.31 | 0.67 |
| Hex | AE | C5 | 90 | C | 0 | 1B | 17 | 56 | 1F | 43 |
| Octal | 256 | 305 | 220 | 14 | 0 | 33 | 27 | 126 | 37 | 103 |
| Binary | 10101110 | 11000101 | 10010000 | 1100 | 0 | 11011 | 10111 | 1010110 | 11111 | 1000011 |
Color Harmonies of #AEC590
Complementary color
Monochromatic Colors of #AEC590
Black with #AEC590
Text Example
Text Example
White with #AEC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC590; }
p { color: rgb(174,197,144); }
H1.HeaderClassName
{
color: #AEC590;
}
.AnyTagClassName
{
color: #AEC590;
}
</style>
background-color css
<style>
a { background-color: #AEC590; }
a { background-color: rgb(174,197,144); }
div.DivClassName
{
background-color: #AEC590;
}
.BgClassName
{
background-color: #AEC590;
}
</style>
border-color css
<style>
span { border-color: #AEC590; }
span { border-color: rgb(174,197,144); }
td.TdClassName
{
border-color: #AEC590;
}
.TagClassName
{
border-color: #AEC590;
}
</style>