Shades of Norway #A5C592
Tints of Norway #A5C592
RGB
CMYK
RGB Variations
Color information
#A5C592 (or 0xA5C592) is known color: Norway. HEX triplet: A5, C5 and 92. RGB value is (165,197,146). Sum of RGB (Red+Green+Blue) = 165+197+146=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C592 is #5A3A6D. Grayscale: #B5B5B5. Windows color (decimal): -5913198 or 9618853. OLE color: 9618853.
HSL color Cylindrical-coordinate representation of color #A5C592: hue angle of 97.65º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5C592 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 146 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.23 |
| HSL | 97.65º | 0.31% | 0.67% | - |
| HSV(B) | 97.65º | 0.26% | 0.77% | - |
| XYZ | 40.67 | 50.01 | 34.7 | - |
| YUV | 181.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 146 | 0.16 | 0 | 0.26 | 0.23 | 97.65 | 0.31 | 0.67 |
| Hex | A5 | C5 | 92 | 10 | 0 | 1A | 17 | 62 | 1F | 43 |
| Octal | 245 | 305 | 222 | 20 | 0 | 32 | 27 | 142 | 37 | 103 |
| Binary | 10100101 | 11000101 | 10010010 | 10000 | 0 | 11010 | 10111 | 1100010 | 11111 | 1000011 |
Color Harmonies of #A5C592
Complementary color
Monochromatic Colors of #A5C592
Black with #A5C592
Text Example
Text Example
White with #A5C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C592; }
p { color: rgb(165,197,146); }
H1.HeaderClassName
{
color: #A5C592;
}
.AnyTagClassName
{
color: #A5C592;
}
</style>
background-color css
<style>
a { background-color: #A5C592; }
a { background-color: rgb(165,197,146); }
div.DivClassName
{
background-color: #A5C592;
}
.BgClassName
{
background-color: #A5C592;
}
</style>
border-color css
<style>
span { border-color: #A5C592; }
span { border-color: rgb(165,197,146); }
td.TdClassName
{
border-color: #A5C592;
}
.TagClassName
{
border-color: #A5C592;
}
</style>