Html Css Color HEX #9EAD90 Norway

📋 copy color: '#9EAD90'

red 158 ◦ green 173 ◦ blue 144

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

Shades of Norway #9EAD90

Tints of Norway #9EAD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.32%

R = 33.26%
G = 36.42%
B = 30.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#9EAD90 (or 0x9EAD90) is known color: Norway. HEX triplet: 9E, AD and 90. RGB value is (158,173,144). Sum of RGB (Red+Green+Blue) = 158+173+144=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD90 is #61526F. Grayscale: #A5A5A5. Windows color (decimal): -6378096 or 9481630. OLE color: 9481630.

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

Color convert

RGB 158 173 144 -
CMYK 0.09 0 0.17 0.32
HSL 91.03º 0.15% 0.62% -
HSV(B) 91.03º 0.17% 0.68% -
XYZ 34.08 39.17 32.15 -
YUV 165.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 158 173 144 0.09 0 0.17 0.32 91.03 0.15 0.62
Hex 9E AD 90 9 0 11 20 5B F 3E
Octal 236 255 220 11 0 21 40 133 17 76
Binary 10011110 10101101 10010000 1001 0 10001 100000 1011011 1111 111110

Color Harmonies of #9EAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAD90

Black with #9EAD90

Text Example


Text Example

White with #9EAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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