Shades of Norway #9AA88F
Tints of Norway #9AA88F
RGB
CMYK
RGB Variations
Color information
#9AA88F (or 0x9AA88F) is known color: Norway. HEX triplet: 9A, A8 and 8F. RGB value is (154,168,143). Sum of RGB (Red+Green+Blue) = 154+168+143=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA88F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA88F is #655770. Grayscale: #A1A1A1. Windows color (decimal): -6641521 or 9414810. OLE color: 9414810.
HSL color Cylindrical-coordinate representation of color #9AA88F: hue angle of 93.6º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AA88F is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 143 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.34 |
| HSL | 93.6º | 0.13% | 0.61% | - |
| HSV(B) | 93.6º | 0.15% | 0.66% | - |
| XYZ | 32.29 | 36.86 | 31.4 | - |
| YUV | 160.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 143 | 0.08 | 0 | 0.15 | 0.34 | 93.6 | 0.13 | 0.61 |
| Hex | 9A | A8 | 8F | 8 | 0 | F | 22 | 5E | D | 3D |
| Octal | 232 | 250 | 217 | 10 | 0 | 17 | 42 | 136 | 15 | 75 |
| Binary | 10011010 | 10101000 | 10001111 | 1000 | 0 | 1111 | 100010 | 1011110 | 1101 | 111101 |
Color Harmonies of #9AA88F
Complementary color
Monochromatic Colors of #9AA88F
Black with #9AA88F
Text Example
Text Example
White with #9AA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA88F; }
p { color: rgb(154,168,143); }
H1.HeaderClassName
{
color: #9AA88F;
}
.AnyTagClassName
{
color: #9AA88F;
}
</style>
background-color css
<style>
a { background-color: #9AA88F; }
a { background-color: rgb(154,168,143); }
div.DivClassName
{
background-color: #9AA88F;
}
.BgClassName
{
background-color: #9AA88F;
}
</style>
border-color css
<style>
span { border-color: #9AA88F; }
span { border-color: rgb(154,168,143); }
td.TdClassName
{
border-color: #9AA88F;
}
.TagClassName
{
border-color: #9AA88F;
}
</style>