#9AAF87

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

Shades of Norway #9AAF87

Tints of Norway #9AAF87

Color information

#9AAF87 (or 0x9AAF87) is unknown color: approx Norway. HEX triplet: 9A, AF and 87. RGB value is (154,175,135). Sum of RGB (Red+Green+Blue) = 154+175+135=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF87 is #655078. Grayscale: #A4A4A4. Windows color (decimal): -6639737 or 8892314. OLE color: 8892314.

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

Color convert

RGB154175135-
CMYK0.1200.230.31
HSL91.5º20%60.78%-
HSV(B)91.5º22.86%68.63%-
XYZ33.0339.2828.76-
YUV164.16111.54120.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=33.19%
G=37.72%
B=29.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751350.1200.230.3191.52060.78
Hex9AAF87C0171F5b143d
Octal23225720714027371332475
Binary100110101010111110000111110001011111111101101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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