Html Css Color HEX #9EAC8C Norway

📋 copy color: '#9EAC8C'

red 158 ◦ green 172 ◦ blue 140

#9EAC8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #9EAC8C

Tints of Norway #9EAC8C

RGB

 RED value IS 158 (62.11% from 255) = 33.62%

 GREEN value IS 172 (67.58% from 255) = 36.6%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 33.62%
G = 36.6%
B = 29.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#9EAC8C (or 0x9EAC8C) is known color: Norway. HEX triplet: 9E, AC and 8C. RGB value is (158,172,140). Sum of RGB (Red+Green+Blue) = 158+172+140=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC8C is #615373. Grayscale: #A4A4A4. Windows color (decimal): -6378356 or 9219230. OLE color: 9219230.

HSL color Cylindrical-coordinate representation of color #9EAC8C: hue angle of 86.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EAC8C is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 172 140 -
CMYK 0.08 0 0.19 0.33
HSL 86.25º 0.16% 0.61% -
HSV(B) 86.25º 0.19% 0.67% -
XYZ 33.59 38.67 30.5 -
YUV 164.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 158 172 140 0.08 0 0.19 0.33 86.25 0.16 0.61
Hex 9E AC 8C 8 0 13 21 56 10 3D
Octal 236 254 214 10 0 23 41 126 20 75
Binary 10011110 10101100 10001100 1000 0 10011 100001 1010110 10000 111101

Color Harmonies of #9EAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC8C

Black with #9EAC8C

Text Example


Text Example

White with #9EAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,140); }

 H1.HeaderClassName
 {
   color: #9EAC8C;
 }
 .AnyTagClassName
 {
   color: #9EAC8C;
 }
</style>

background-color css

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

 a { background-color: rgb(158,172,140); }

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

border-color css

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

 span { border-color: rgb(158,172,140); }

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