Html Css Color HEX #9EAE90 Norway

📋 copy color: '#9EAE90'

red 158 ◦ green 174 ◦ blue 144

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

Shades of Norway #9EAE90

Tints of Norway #9EAE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.55%

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

R = 33.19%
G = 36.55%
B = 30.25%

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

#9EAE90 (or 0x9EAE90) is known color: Norway. HEX triplet: 9E, AE and 90. RGB value is (158,174,144). Sum of RGB (Red+Green+Blue) = 158+174+144=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE90 is #61516F. Grayscale: #A5A5A5. Windows color (decimal): -6377840 or 9481886. OLE color: 9481886.

HSL color Cylindrical-coordinate representation of color #9EAE90: hue angle of 92º degrees, saturation: 0.16, 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 #9EAE90 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 174 144 -
CMYK 0.09 0 0.17 0.32
HSL 92º 0.16% 0.62% -
HSV(B) 92º 0.17% 0.68% -
XYZ 34.27 39.55 32.21 -
YUV 165.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 158 174 144 0.09 0 0.17 0.32 92 0.16 0.62
Hex 9E AE 90 9 0 11 20 5C 10 3E
Octal 236 256 220 11 0 21 40 134 20 76
Binary 10011110 10101110 10010000 1001 0 10001 100000 1011100 10000 111110

Color Harmonies of #9EAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAE90

Black with #9EAE90

Text Example


Text Example

White with #9EAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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