Shades of Norway #9AB18A
Tints of Norway #9AB18A
RGB
CMYK
RGB Variations
Color information
#9AB18A (or 0x9AB18A) is known color: Norway. HEX triplet: 9A, B1 and 8A. RGB value is (154,177,138). Sum of RGB (Red+Green+Blue) = 154+177+138=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB18A is #654E75. Grayscale: #A5A5A5. Windows color (decimal): -6639222 or 9089434. OLE color: 9089434.
HSL color Cylindrical-coordinate representation of color #9AB18A: hue angle of 95.38º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AB18A is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 138 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.31 |
| HSL | 95.38º | 0.2% | 0.62% | - |
| HSV(B) | 95.38º | 0.22% | 0.69% | - |
| XYZ | 33.64 | 40.15 | 30.02 | - |
| YUV | 165.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 138 | 0.13 | 0 | 0.22 | 0.31 | 95.38 | 0.2 | 0.62 |
| Hex | 9A | B1 | 8A | D | 0 | 16 | 1F | 5F | 14 | 3E |
| Octal | 232 | 261 | 212 | 15 | 0 | 26 | 37 | 137 | 24 | 76 |
| Binary | 10011010 | 10110001 | 10001010 | 1101 | 0 | 10110 | 11111 | 1011111 | 10100 | 111110 |
Color Harmonies of #9AB18A
Complementary color
Monochromatic Colors of #9AB18A
Black with #9AB18A
Text Example
Text Example
White with #9AB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB18A; }
p { color: rgb(154,177,138); }
H1.HeaderClassName
{
color: #9AB18A;
}
.AnyTagClassName
{
color: #9AB18A;
}
</style>
background-color css
<style>
a { background-color: #9AB18A; }
a { background-color: rgb(154,177,138); }
div.DivClassName
{
background-color: #9AB18A;
}
.BgClassName
{
background-color: #9AB18A;
}
</style>
border-color css
<style>
span { border-color: #9AB18A; }
span { border-color: rgb(154,177,138); }
td.TdClassName
{
border-color: #9AB18A;
}
.TagClassName
{
border-color: #9AB18A;
}
</style>