Shades of Norway #9CAE8A
Tints of Norway #9CAE8A
RGB
CMYK
RGB Variations
Color information
#9CAE8A (or 0x9CAE8A) is known color: Norway. HEX triplet: 9C, AE and 8A. RGB value is (156,174,138). Sum of RGB (Red+Green+Blue) = 156+174+138=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAE8A is #635175. Grayscale: #A4A4A4. Windows color (decimal): -6508918 or 9088668. OLE color: 9088668.
HSL color Cylindrical-coordinate representation of color #9CAE8A: hue angle of 90º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CAE8A is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 138 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.32 |
| HSL | 90º | 0.18% | 0.61% | - |
| HSV(B) | 90º | 0.21% | 0.68% | - |
| XYZ | 33.43 | 39.18 | 29.84 | - |
| YUV | 164.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 138 | 0.10 | 0 | 0.21 | 0.32 | 90 | 0.18 | 0.61 |
| Hex | 9C | AE | 8A | A | 0 | 15 | 20 | 5A | 12 | 3D |
| Octal | 234 | 256 | 212 | 12 | 0 | 25 | 40 | 132 | 22 | 75 |
| Binary | 10011100 | 10101110 | 10001010 | 1010 | 0 | 10101 | 100000 | 1011010 | 10010 | 111101 |
Color Harmonies of #9CAE8A
Complementary color
Monochromatic Colors of #9CAE8A
Black with #9CAE8A
Text Example
Text Example
White with #9CAE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE8A; }
p { color: rgb(156,174,138); }
H1.HeaderClassName
{
color: #9CAE8A;
}
.AnyTagClassName
{
color: #9CAE8A;
}
</style>
background-color css
<style>
a { background-color: #9CAE8A; }
a { background-color: rgb(156,174,138); }
div.DivClassName
{
background-color: #9CAE8A;
}
.BgClassName
{
background-color: #9CAE8A;
}
</style>
border-color css
<style>
span { border-color: #9CAE8A; }
span { border-color: rgb(156,174,138); }
td.TdClassName
{
border-color: #9CAE8A;
}
.TagClassName
{
border-color: #9CAE8A;
}
</style>