Html Css Color HEX #9EAC8E Norway

📋 copy color: '#9EAC8E'

red 158 ◦ green 172 ◦ blue 142

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

Shades of Norway #9EAC8E

Tints of Norway #9EAC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 33.47%
G = 36.44%
B = 30.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#9EAC8E (or 0x9EAC8E) is known color: Norway. HEX triplet: 9E, AC and 8E. RGB value is (158,172,142). Sum of RGB (Red+Green+Blue) = 158+172+142=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC8E is #615371. Grayscale: #A4A4A4. Windows color (decimal): -6378354 or 9350302. OLE color: 9350302.

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

Color convert

RGB 158 172 142 -
CMYK 0.08 0 0.17 0.33
HSL 88º 0.15% 0.62% -
HSV(B) 88º 0.17% 0.67% -
XYZ 33.74 38.73 31.29 -
YUV 164.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 158 172 142 0.08 0 0.17 0.33 88 0.15 0.62
Hex 9E AC 8E 8 0 11 21 58 F 3E
Octal 236 254 216 10 0 21 41 130 17 76
Binary 10011110 10101100 10001110 1000 0 10001 100001 1011000 1111 111110

Color Harmonies of #9EAC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC8E

Black with #9EAC8E

Text Example


Text Example

White with #9EAC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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