#9AA78E

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

Shades of Norway #9AA78E

Tints of Norway #9AA78E

Color information

#9AA78E (or 0x9AA78E) is unknown color: approx Norway. HEX triplet: 9A, A7 and 8E. RGB value is (154,167,142). Sum of RGB (Red+Green+Blue) = 154+167+142=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #9AA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA78E is #655871. Grayscale: #A0A0A0. Windows color (decimal): -6641778 or 9349018. OLE color: 9349018.

HSL color Cylindrical-coordinate representation of color #9AA78E: hue angle of 91.2º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AA78E is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB154167142-
CMYK0.0800.150.35
HSL91.2º12.44%60.59%-
HSV(B)91.2º14.97%65.49%-
XYZ32.0336.4630.94-
YUV160.26117.69123.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=33.26%
G=36.07%
B=30.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541671420.0800.150.3591.212.4460.59
Hex9AA78E80F235bc3d
Octal23224721610017431331475
Binary10011010101001111000111010000111110001110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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