Shades of Norway #9CAE90
Tints of Norway #9CAE90
RGB
CMYK
RGB Variations
Color information
#9CAE90 (or 0x9CAE90) is known color: Norway. HEX triplet: 9C, AE and 90. RGB value is (156,174,144). Sum of RGB (Red+Green+Blue) = 156+174+144=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAE90 is #63516F. Grayscale: #A5A5A5. Windows color (decimal): -6508912 or 9481884. OLE color: 9481884.
HSL color Cylindrical-coordinate representation of color #9CAE90: hue angle of 96º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CAE90 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 144 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.32 |
| HSL | 96º | 0.16% | 0.62% | - |
| HSV(B) | 96º | 0.17% | 0.68% | - |
| XYZ | 33.88 | 39.35 | 32.2 | - |
| YUV | 165.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 144 | 0.10 | 0 | 0.17 | 0.32 | 96 | 0.16 | 0.62 |
| Hex | 9C | AE | 90 | A | 0 | 11 | 20 | 60 | 10 | 3E |
| Octal | 234 | 256 | 220 | 12 | 0 | 21 | 40 | 140 | 20 | 76 |
| Binary | 10011100 | 10101110 | 10010000 | 1010 | 0 | 10001 | 100000 | 1100000 | 10000 | 111110 |
Color Harmonies of #9CAE90
Complementary color
Monochromatic Colors of #9CAE90
Black with #9CAE90
Text Example
Text Example
White with #9CAE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE90; }
p { color: rgb(156,174,144); }
H1.HeaderClassName
{
color: #9CAE90;
}
.AnyTagClassName
{
color: #9CAE90;
}
</style>
background-color css
<style>
a { background-color: #9CAE90; }
a { background-color: rgb(156,174,144); }
div.DivClassName
{
background-color: #9CAE90;
}
.BgClassName
{
background-color: #9CAE90;
}
</style>
border-color css
<style>
span { border-color: #9CAE90; }
span { border-color: rgb(156,174,144); }
td.TdClassName
{
border-color: #9CAE90;
}
.TagClassName
{
border-color: #9CAE90;
}
</style>