Html Css Color HEX #9DAF93 Norway

📋 copy color: '#9DAF93'

red 157 ◦ green 175 ◦ blue 147

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

Shades of Norway #9DAF93

Tints of Norway #9DAF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 32.78%
G = 36.53%
B = 30.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#9DAF93 (or 0x9DAF93) is known color: Norway. HEX triplet: 9D, AF and 93. RGB value is (157,175,147). Sum of RGB (Red+Green+Blue) = 157+175+147=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF93 is #62506C. Grayscale: #A6A6A6. Windows color (decimal): -6443117 or 9678749. OLE color: 9678749.

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

Color convert

RGB 157 175 147 -
CMYK 0.10 0 0.16 0.31
HSL 98.57º 0.15% 0.63% -
HSV(B) 98.57º 0.16% 0.69% -
XYZ 34.5 39.93 33.49 -
YUV 166.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 157 175 147 0.10 0 0.16 0.31 98.57 0.15 0.63
Hex 9D AF 93 A 0 10 1F 63 F 3F
Octal 235 257 223 12 0 20 37 143 17 77
Binary 10011101 10101111 10010011 1010 0 10000 11111 1100011 1111 111111

Color Harmonies of #9DAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF93

Black with #9DAF93

Text Example


Text Example

White with #9DAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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