Html Css Color HEX #9DAF8A Norway

📋 copy color: '#9DAF8A'

red 157 ◦ green 175 ◦ blue 138

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

Shades of Norway #9DAF8A

Tints of Norway #9DAF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 33.4%
G = 37.23%
B = 29.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#9DAF8A (or 0x9DAF8A) is known color: Norway. HEX triplet: 9D, AF and 8A. RGB value is (157,175,138). Sum of RGB (Red+Green+Blue) = 157+175+138=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF8A is #625075. Grayscale: #A5A5A5. Windows color (decimal): -6443126 or 9088925. OLE color: 9088925.

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

Color convert

RGB 157 175 138 -
CMYK 0.10 0 0.21 0.31
HSL 89.19º 0.19% 0.61% -
HSV(B) 89.19º 0.21% 0.69% -
XYZ 33.82 39.66 29.92 -
YUV 165.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 157 175 138 0.10 0 0.21 0.31 89.19 0.19 0.61
Hex 9D AF 8A A 0 15 1F 59 13 3D
Octal 235 257 212 12 0 25 37 131 23 75
Binary 10011101 10101111 10001010 1010 0 10101 11111 1011001 10011 111101

Color Harmonies of #9DAF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF8A

Black with #9DAF8A

Text Example


Text Example

White with #9DAF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,175,138); }

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

background-color css

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

 a { background-color: rgb(157,175,138); }

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

border-color css

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

 span { border-color: rgb(157,175,138); }

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