Shades of Norway #9AB38E
Tints of Norway #9AB38E
RGB
CMYK
RGB Variations
Color information
#9AB38E (or 0x9AB38E) is known color: Norway. HEX triplet: 9A, B3 and 8E. RGB value is (154,179,142). Sum of RGB (Red+Green+Blue) = 154+179+142=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB38E is #654C71. Grayscale: #A7A7A7. Windows color (decimal): -6638706 or 9352090. OLE color: 9352090.
HSL color Cylindrical-coordinate representation of color #9AB38E: hue angle of 100.54º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AB38E is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 142 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.30 |
| HSL | 100.54º | 0.2% | 0.63% | - |
| HSV(B) | 100.54º | 0.21% | 0.7% | - |
| XYZ | 34.33 | 41.06 | 31.71 | - |
| YUV | 167.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 142 | 0.14 | 0 | 0.21 | 0.30 | 100.54 | 0.2 | 0.63 |
| Hex | 9A | B3 | 8E | E | 0 | 15 | 1E | 65 | 14 | 3F |
| Octal | 232 | 263 | 216 | 16 | 0 | 25 | 36 | 145 | 24 | 77 |
| Binary | 10011010 | 10110011 | 10001110 | 1110 | 0 | 10101 | 11110 | 1100101 | 10100 | 111111 |
Color Harmonies of #9AB38E
Complementary color
Monochromatic Colors of #9AB38E
Black with #9AB38E
Text Example
Text Example
White with #9AB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB38E; }
p { color: rgb(154,179,142); }
H1.HeaderClassName
{
color: #9AB38E;
}
.AnyTagClassName
{
color: #9AB38E;
}
</style>
background-color css
<style>
a { background-color: #9AB38E; }
a { background-color: rgb(154,179,142); }
div.DivClassName
{
background-color: #9AB38E;
}
.BgClassName
{
background-color: #9AB38E;
}
</style>
border-color css
<style>
span { border-color: #9AB38E; }
span { border-color: rgb(154,179,142); }
td.TdClassName
{
border-color: #9AB38E;
}
.TagClassName
{
border-color: #9AB38E;
}
</style>