Html Css Color HEX #9DAE90 Norway

📋 copy color: '#9DAE90'

red 157 ◦ green 174 ◦ blue 144

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

Shades of Norway #9DAE90

Tints of Norway #9DAE90

RGB

 RED value IS 157 (61.72% from 255) = 33.05%

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

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

R = 33.05%
G = 36.63%
B = 30.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#9DAE90 (or 0x9DAE90) is known color: Norway. HEX triplet: 9D, AE and 90. RGB value is (157,174,144). Sum of RGB (Red+Green+Blue) = 157+174+144=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE90 is #62516F. Grayscale: #A5A5A5. Windows color (decimal): -6443376 or 9481885. OLE color: 9481885.

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

Color convert

RGB 157 174 144 -
CMYK 0.10 0 0.17 0.32
HSL 94º 0.16% 0.62% -
HSV(B) 94º 0.17% 0.68% -
XYZ 34.07 39.45 32.2 -
YUV 165.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 157 174 144 0.10 0 0.17 0.32 94 0.16 0.62
Hex 9D AE 90 A 0 11 20 5E 10 3E
Octal 235 256 220 12 0 21 40 136 20 76
Binary 10011101 10101110 10010000 1010 0 10001 100000 1011110 10000 111110

Color Harmonies of #9DAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE90

Black with #9DAE90

Text Example


Text Example

White with #9DAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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