Html Css Color HEX #9EAA90 Norway

📋 copy color: '#9EAA90'

red 158 ◦ green 170 ◦ blue 144

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

Shades of Norway #9EAA90

Tints of Norway #9EAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.02%

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

R = 33.47%
G = 36.02%
B = 30.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#9EAA90 (or 0x9EAA90) is known color: Norway. HEX triplet: 9E, AA and 90. RGB value is (158,170,144). Sum of RGB (Red+Green+Blue) = 158+170+144=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA90 is #61556F. Grayscale: #A3A3A3. Windows color (decimal): -6378864 or 9480862. OLE color: 9480862.

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

Color convert

RGB 158 170 144 -
CMYK 0.07 0 0.15 0.33
HSL 87.69º 0.13% 0.62% -
HSV(B) 87.69º 0.15% 0.67% -
XYZ 33.51 38.03 31.96 -
YUV 163.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 158 170 144 0.07 0 0.15 0.33 87.69 0.13 0.62
Hex 9E AA 90 7 0 F 21 58 D 3E
Octal 236 252 220 7 0 17 41 130 15 76
Binary 10011110 10101010 10010000 111 0 1111 100001 1011000 1101 111110

Color Harmonies of #9EAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA90

Black with #9EAA90

Text Example


Text Example

White with #9EAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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