Html Css Color HEX #9DAF84 Norway

📋 copy color: '#9DAF84'

red 157 ◦ green 175 ◦ blue 132

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

Shades of Norway #9DAF84

Tints of Norway #9DAF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.45%

R = 33.84%
G = 37.72%
B = 28.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#9DAF84 (or 0x9DAF84) is known color: Norway. HEX triplet: 9D, AF and 84. RGB value is (157,175,132). Sum of RGB (Red+Green+Blue) = 157+175+132=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF84 is #62507B. Grayscale: #A4A4A4. Windows color (decimal): -6443132 or 8695709. OLE color: 8695709.

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

Color convert

RGB 157 175 132 -
CMYK 0.10 0 0.25 0.31
HSL 85.12º 0.21% 0.6% -
HSV(B) 85.12º 0.25% 0.69% -
XYZ 33.4 39.49 27.69 -
YUV 164.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 157 175 132 0.10 0 0.25 0.31 85.12 0.21 0.6
Hex 9D AF 84 A 0 19 1F 55 15 3C
Octal 235 257 204 12 0 31 37 125 25 74
Binary 10011101 10101111 10000100 1010 0 11001 11111 1010101 10101 111100

Color Harmonies of #9DAF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF84

Black with #9DAF84

Text Example


Text Example

White with #9DAF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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