Shades of Norway #A5C290
Tints of Norway #A5C290
RGB
CMYK
RGB Variations
Color information
#A5C290 (or 0xA5C290) is known color: Norway. HEX triplet: A5, C2 and 90. RGB value is (165,194,144). Sum of RGB (Red+Green+Blue) = 165+194+144=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C290 is #5A3D6F. Grayscale: #B3B3B3. Windows color (decimal): -5913968 or 9487013. OLE color: 9487013.
HSL color Cylindrical-coordinate representation of color #A5C290: hue angle of 94.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5C290 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 194 | 144 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.24 |
| HSL | 94.8º | 0.29% | 0.66% | - |
| HSV(B) | 94.8º | 0.26% | 0.76% | - |
| XYZ | 39.84 | 48.6 | 33.67 | - |
| YUV | 179.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 194 | 144 | 0.15 | 0 | 0.26 | 0.24 | 94.8 | 0.29 | 0.66 |
| Hex | A5 | C2 | 90 | F | 0 | 1A | 18 | 5F | 1D | 42 |
| Octal | 245 | 302 | 220 | 17 | 0 | 32 | 30 | 137 | 35 | 102 |
| Binary | 10100101 | 11000010 | 10010000 | 1111 | 0 | 11010 | 11000 | 1011111 | 11101 | 1000010 |
Color Harmonies of #A5C290
Complementary color
Monochromatic Colors of #A5C290
Black with #A5C290
Text Example
Text Example
White with #A5C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C290; }
p { color: rgb(165,194,144); }
H1.HeaderClassName
{
color: #A5C290;
}
.AnyTagClassName
{
color: #A5C290;
}
</style>
background-color css
<style>
a { background-color: #A5C290; }
a { background-color: rgb(165,194,144); }
div.DivClassName
{
background-color: #A5C290;
}
.BgClassName
{
background-color: #A5C290;
}
</style>
border-color css
<style>
span { border-color: #A5C290; }
span { border-color: rgb(165,194,144); }
td.TdClassName
{
border-color: #A5C290;
}
.TagClassName
{
border-color: #A5C290;
}
</style>