Shades of Norway #A5C690
Tints of Norway #A5C690
RGB
CMYK
RGB Variations
Color information
#A5C690 (or 0xA5C690) is known color: Norway. HEX triplet: A5, C6 and 90. RGB value is (165,198,144). Sum of RGB (Red+Green+Blue) = 165+198+144=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C690 is #5A396F. Grayscale: #B6B6B6. Windows color (decimal): -5912944 or 9488037. OLE color: 9488037.
HSL color Cylindrical-coordinate representation of color #A5C690: hue angle of 96.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5C690 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 198 | 144 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.22 |
| HSL | 96.67º | 0.32% | 0.67% | - |
| HSV(B) | 96.67º | 0.27% | 0.78% | - |
| XYZ | 40.75 | 50.4 | 33.97 | - |
| YUV | 181.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 144 | 0.17 | 0 | 0.27 | 0.22 | 96.67 | 0.32 | 0.67 |
| Hex | A5 | C6 | 90 | 11 | 0 | 1B | 16 | 61 | 20 | 43 |
| Octal | 245 | 306 | 220 | 21 | 0 | 33 | 26 | 141 | 40 | 103 |
| Binary | 10100101 | 11000110 | 10010000 | 10001 | 0 | 11011 | 10110 | 1100001 | 100000 | 1000011 |
Color Harmonies of #A5C690
Complementary color
Monochromatic Colors of #A5C690
Black with #A5C690
Text Example
Text Example
White with #A5C690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C690; }
p { color: rgb(165,198,144); }
H1.HeaderClassName
{
color: #A5C690;
}
.AnyTagClassName
{
color: #A5C690;
}
</style>
background-color css
<style>
a { background-color: #A5C690; }
a { background-color: rgb(165,198,144); }
div.DivClassName
{
background-color: #A5C690;
}
.BgClassName
{
background-color: #A5C690;
}
</style>
border-color css
<style>
span { border-color: #A5C690; }
span { border-color: rgb(165,198,144); }
td.TdClassName
{
border-color: #A5C690;
}
.TagClassName
{
border-color: #A5C690;
}
</style>