#9AA990

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

Shades of Norway #9AA990

Tints of Norway #9AA990

Color information

#9AA990 (or 0x9AA990) is unknown color: approx Norway. HEX triplet: 9A, A9 and 90. RGB value is (154,169,144). Sum of RGB (Red+Green+Blue) = 154+169+144=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA990 is #65566F. Grayscale: #A1A1A1. Windows color (decimal): -6641264 or 9480602. OLE color: 9480602.

HSL color Cylindrical-coordinate representation of color #9AA990: hue angle of 96º 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 #9AA990 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB154169144-
CMYK0.0900.150.34
HSL96º12.69%61.37%-
HSV(B)96º14.79%66.27%-
XYZ32.5537.2631.86-
YUV161.66118.03122.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=32.98%
G=36.19%
B=30.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691440.0900.150.349612.6961.37
Hex9AA99090F2260d3d
Octal23225122011017421401575
Binary10011010101010011001000010010111110001011000001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,144); }

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

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

 a { background-color: rgb(154,169,144); }

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

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

 span { border-color: rgb(154,169,144); }

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