Html Css Color HEX #9EAD8D Norway

📋 copy color: '#9EAD8D'

red 158 ◦ green 173 ◦ blue 141

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

Shades of Norway #9EAD8D

Tints of Norway #9EAD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.65%

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

R = 33.47%
G = 36.65%
B = 29.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#9EAD8D (or 0x9EAD8D) is known color: Norway. HEX triplet: 9E, AD and 8D. RGB value is (158,173,141). Sum of RGB (Red+Green+Blue) = 158+173+141=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD8D is #615272. Grayscale: #A4A4A4. Windows color (decimal): -6378099 or 9285022. OLE color: 9285022.

HSL color Cylindrical-coordinate representation of color #9EAD8D: hue angle of 88.12º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EAD8D is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 173 141 -
CMYK 0.09 0 0.18 0.32
HSL 88.13º 0.16% 0.62% -
HSV(B) 88.13º 0.18% 0.68% -
XYZ 33.85 39.08 30.96 -
YUV 164.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 158 173 141 0.09 0 0.18 0.32 88.13 0.16 0.62
Hex 9E AD 8D 9 0 12 20 58 10 3E
Octal 236 255 215 11 0 22 40 130 20 76
Binary 10011110 10101101 10001101 1001 0 10010 100000 1011000 10000 111110

Color Harmonies of #9EAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAD8D

Black with #9EAD8D

Text Example


Text Example

White with #9EAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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