#9AAE85

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

Shades of Norway #9AAE85

Tints of Norway #9AAE85

Color information

#9AAE85 (or 0x9AAE85) is unknown color: approx Norway. HEX triplet: 9A, AE and 85. RGB value is (154,174,133). Sum of RGB (Red+Green+Blue) = 154+174+133=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE85 is #65517A. Grayscale: #A3A3A3. Windows color (decimal): -6639995 or 8760986. OLE color: 8760986.

HSL color Cylindrical-coordinate representation of color #9AAE85: hue angle of 89.27º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AAE85 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB154174133-
CMYK0.1100.240.32
HSL89.27º20.2%60.2%-
HSV(B)89.27º23.56%68.24%-
XYZ32.738.8427.96-
YUV163.35110.87121.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=33.41%
G=37.74%
B=28.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741330.1100.240.3289.2720.260.2
Hex9AAE85B0182059143c
Octal23225620513030401312474
Binary1001101010101110100001011011011000100000101100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,174,133); }

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

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

 a { background-color: rgb(154,174,133); }

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

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

 span { border-color: rgb(154,174,133); }

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