Shades of Norway #A0C38B
Tints of Norway #A0C38B
RGB
CMYK
RGB Variations
Color information
#A0C38B (or 0xA0C38B) is known color: Norway. HEX triplet: A0, C3 and 8B. RGB value is (160,195,139). Sum of RGB (Red+Green+Blue) = 160+195+139=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C38B is #5F3C74. Grayscale: #B2B2B2. Windows color (decimal): -6241397 or 9159584. OLE color: 9159584.
HSL color Cylindrical-coordinate representation of color #A0C38B: hue angle of 97.5º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0C38B is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 139 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.24 |
| HSL | 97.5º | 0.32% | 0.65% | - |
| HSV(B) | 97.5º | 0.29% | 0.76% | - |
| XYZ | 38.67 | 48.37 | 31.72 | - |
| YUV | 178.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 139 | 0.18 | 0 | 0.29 | 0.24 | 97.5 | 0.32 | 0.65 |
| Hex | A0 | C3 | 8B | 12 | 0 | 1D | 18 | 62 | 20 | 41 |
| Octal | 240 | 303 | 213 | 22 | 0 | 35 | 30 | 142 | 40 | 101 |
| Binary | 10100000 | 11000011 | 10001011 | 10010 | 0 | 11101 | 11000 | 1100010 | 100000 | 1000001 |
Color Harmonies of #A0C38B
Complementary color
Monochromatic Colors of #A0C38B
Black with #A0C38B
Text Example
Text Example
White with #A0C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C38B; }
p { color: rgb(160,195,139); }
H1.HeaderClassName
{
color: #A0C38B;
}
.AnyTagClassName
{
color: #A0C38B;
}
</style>
background-color css
<style>
a { background-color: #A0C38B; }
a { background-color: rgb(160,195,139); }
div.DivClassName
{
background-color: #A0C38B;
}
.BgClassName
{
background-color: #A0C38B;
}
</style>
border-color css
<style>
span { border-color: #A0C38B; }
span { border-color: rgb(160,195,139); }
td.TdClassName
{
border-color: #A0C38B;
}
.TagClassName
{
border-color: #A0C38B;
}
</style>