#9AAF8A

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

Shades of Norway #9AAF8A

Tints of Norway #9AAF8A

Color information

#9AAF8A (or 0x9AAF8A) is unknown color: approx Norway. HEX triplet: 9A, AF and 8A. RGB value is (154,175,138). Sum of RGB (Red+Green+Blue) = 154+175+138=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF8A is #655075. Grayscale: #A4A4A4. Windows color (decimal): -6639734 or 9088922. OLE color: 9088922.

HSL color Cylindrical-coordinate representation of color #9AAF8A: hue angle of 94.05º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AAF8A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB154175138-
CMYK0.1200.210.31
HSL94.05º18.78%61.37%-
HSV(B)94.05º21.14%68.63%-
XYZ33.2439.3629.89-
YUV164.5113.04120.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=32.98%
G=37.47%
B=29.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751380.1200.210.3194.0518.7861.37
Hex9AAF8AC0151F5e133d
Octal23225721214025371362375
Binary100110101010111110001010110001010111111101111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,138); }

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

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

 a { background-color: rgb(154,175,138); }

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

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

 span { border-color: rgb(154,175,138); }

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