Html Css Color HEX #9EAC8D Norway

📋 copy color: '#9EAC8D'

red 158 ◦ green 172 ◦ blue 141

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

Shades of Norway #9EAC8D

Tints of Norway #9EAC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.94%

R = 33.55%
G = 36.52%
B = 29.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#9EAC8D (or 0x9EAC8D) is known color: Norway. HEX triplet: 9E, AC and 8D. RGB value is (158,172,141). Sum of RGB (Red+Green+Blue) = 158+172+141=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC8D is #615372. Grayscale: #A4A4A4. Windows color (decimal): -6378355 or 9284766. OLE color: 9284766.

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

Color convert

RGB 158 172 141 -
CMYK 0.08 0 0.18 0.33
HSL 87.1º 0.16% 0.61% -
HSV(B) 87.1º 0.18% 0.67% -
XYZ 33.66 38.7 30.89 -
YUV 164.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 158 172 141 0.08 0 0.18 0.33 87.1 0.16 0.61
Hex 9E AC 8D 8 0 12 21 57 10 3D
Octal 236 254 215 10 0 22 41 127 20 75
Binary 10011110 10101100 10001101 1000 0 10010 100001 1010111 10000 111101

Color Harmonies of #9EAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC8D

Black with #9EAC8D

Text Example


Text Example

White with #9EAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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