Html Css Color HEX #9DAE8C Norway

📋 copy color: '#9DAE8C'

red 157 ◦ green 174 ◦ blue 140

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

Shades of Norway #9DAE8C

Tints of Norway #9DAE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 33.33%
G = 36.94%
B = 29.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#9DAE8C (or 0x9DAE8C) is known color: Norway. HEX triplet: 9D, AE and 8C. RGB value is (157,174,140). Sum of RGB (Red+Green+Blue) = 157+174+140=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE8C is #625173. Grayscale: #A5A5A5. Windows color (decimal): -6443380 or 9219741. OLE color: 9219741.

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

Color convert

RGB 157 174 140 -
CMYK 0.10 0 0.20 0.32
HSL 90º 0.17% 0.62% -
HSV(B) 90º 0.2% 0.68% -
XYZ 33.77 39.33 30.62 -
YUV 165.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 157 174 140 0.10 0 0.20 0.32 90 0.17 0.62
Hex 9D AE 8C A 0 14 20 5A 11 3E
Octal 235 256 214 12 0 24 40 132 21 76
Binary 10011101 10101110 10001100 1010 0 10100 100000 1011010 10001 111110

Color Harmonies of #9DAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE8C

Black with #9DAE8C

Text Example


Text Example

White with #9DAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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