Shades of Norway #AEC68F
Tints of Norway #AEC68F
RGB
CMYK
RGB Variations
Color information
#AEC68F (or 0xAEC68F) is known color: Norway. HEX triplet: AE, C6 and 8F. RGB value is (174,198,143). Sum of RGB (Red+Green+Blue) = 174+198+143=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC68F is #513970. Grayscale: #B8B8B8. Windows color (decimal): -5323121 or 9422510. OLE color: 9422510.
HSL color Cylindrical-coordinate representation of color #AEC68F: hue angle of 86.18º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEC68F is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 143 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.22 |
| HSL | 86.18º | 0.33% | 0.67% | - |
| HSV(B) | 86.18º | 0.28% | 0.78% | - |
| XYZ | 42.61 | 51.37 | 33.66 | - |
| YUV | 184.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 143 | 0.12 | 0 | 0.28 | 0.22 | 86.18 | 0.33 | 0.67 |
| Hex | AE | C6 | 8F | C | 0 | 1C | 16 | 56 | 21 | 43 |
| Octal | 256 | 306 | 217 | 14 | 0 | 34 | 26 | 126 | 41 | 103 |
| Binary | 10101110 | 11000110 | 10001111 | 1100 | 0 | 11100 | 10110 | 1010110 | 100001 | 1000011 |
Color Harmonies of #AEC68F
Complementary color
Monochromatic Colors of #AEC68F
Black with #AEC68F
Text Example
Text Example
White with #AEC68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC68F; }
p { color: rgb(174,198,143); }
H1.HeaderClassName
{
color: #AEC68F;
}
.AnyTagClassName
{
color: #AEC68F;
}
</style>
background-color css
<style>
a { background-color: #AEC68F; }
a { background-color: rgb(174,198,143); }
div.DivClassName
{
background-color: #AEC68F;
}
.BgClassName
{
background-color: #AEC68F;
}
</style>
border-color css
<style>
span { border-color: #AEC68F; }
span { border-color: rgb(174,198,143); }
td.TdClassName
{
border-color: #AEC68F;
}
.TagClassName
{
border-color: #AEC68F;
}
</style>