#9AAC8E

Color #9AAC8E Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9AAC8E

Tints of Norway #9AAC8E

Color information

#9AAC8E (or 0x9AAC8E) is unknown color: approx Norway. HEX triplet: 9A, AC and 8E. RGB value is (154,172,142). Sum of RGB (Red+Green+Blue) = 154+172+142=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAC8E is #655371. Grayscale: #A3A3A3. Windows color (decimal): -6640498 or 9350298. OLE color: 9350298.

HSL color Cylindrical-coordinate representation of color #9AAC8E: hue angle of 96º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AAC8E is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB154172142-
CMYK0.1000.170.33
HSL96º15.31%61.57%-
HSV(B)96º17.44%67.45%-
XYZ32.9638.3331.25-
YUV163.2116.04121.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=32.91%
G=36.75%
B=30.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541721420.1000.170.339615.3161.57
Hex9AAC8EA0112160f3e
Octal23225421612021411401776
Binary100110101010110010001110101001000110000111000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAC8E; }

 p { color: rgb(154,172,142); }

 H1.HeaderClassName
 {
   color: #9AAC8E;
 }
 .AnyTagClassName
 {
   color: #9AAC8E;
 }
</style>
background-color css

<style>
 a { background-color: #9AAC8E; }

 a { background-color: rgb(154,172,142); }

 div.DivClassName
 {
   background-color: #9AAC8E;
 }
 .BgClassName
 {
   background-color: #9AAC8E;
 }
</style>
border-color css

<style>
 span { border-color: #9AAC8E; }

 span { border-color: rgb(154,172,142); }

 td.TdClassName
 {
   border-color: #9AAC8E;
 }
 .TagClassName
 {
   border-color: #9AAC8E;
 }
</style>