Html Css Color HEX #9EAF91 Norway

📋 copy color: '#9EAF91'

red 158 ◦ green 175 ◦ blue 145

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

Shades of Norway #9EAF91

Tints of Norway #9EAF91

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

 BLUE value IS 145 (57.03% from 255) = 30.33%

R = 33.05%
G = 36.61%
B = 30.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#9EAF91 (or 0x9EAF91) is known color: Norway. HEX triplet: 9E, AF and 91. RGB value is (158,175,145). Sum of RGB (Red+Green+Blue) = 158+175+145=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAF91 is #61506E. Grayscale: #A6A6A6. Windows color (decimal): -6377583 or 9547678. OLE color: 9547678.

HSL color Cylindrical-coordinate representation of color #9EAF91: hue angle of 94º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EAF91 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 175 145 -
CMYK 0.10 0 0.17 0.31
HSL 94º 0.16% 0.63% -
HSV(B) 94º 0.17% 0.69% -
XYZ 34.54 39.97 32.68 -
YUV 166.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 158 175 145 0.10 0 0.17 0.31 94 0.16 0.63
Hex 9E AF 91 A 0 11 1F 5E 10 3F
Octal 236 257 221 12 0 21 37 136 20 77
Binary 10011110 10101111 10010001 1010 0 10001 11111 1011110 10000 111111

Color Harmonies of #9EAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF91

Black with #9EAF91

Text Example


Text Example

White with #9EAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,175,145); }

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

background-color css

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

 a { background-color: rgb(158,175,145); }

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

border-color css

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

 span { border-color: rgb(158,175,145); }

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