Html Css Color HEX #9FAA49 Green Smoke

📋 copy color: '#9FAA49'

red 159 ◦ green 170 ◦ blue 73

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

Shades of Green Smoke #9FAA49

Tints of Green Smoke #9FAA49

RGB

 RED value IS 159 (62.5% from 255) = 39.55%

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 39.55%
G = 42.29%
B = 18.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#9FAA49 (or 0x9FAA49) is known color: Green Smoke. HEX triplet: 9F, AA and 49. RGB value is (159,170,73). Sum of RGB (Red+Green+Blue) = 159+170+73=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA49 is #6055B6. Grayscale: #9C9C9C. Windows color (decimal): -6313399 or 4827807. OLE color: 4827807.

HSL color Cylindrical-coordinate representation of color #9FAA49: hue angle of 66.8º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FAA49 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 170 73 -
CMYK 0.06 0 0.57 0.33
HSL 66.8º 0.4% 0.48% -
HSV(B) 66.8º 0.57% 0.67% -
XYZ 29.88 36.6 11.79 -
YUV 155.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 159 170 73 0.06 0 0.57 0.33 66.8 0.4 0.48
Hex 9F AA 49 6 0 39 21 43 28 30
Octal 237 252 111 6 0 71 41 103 50 60
Binary 10011111 10101010 1001001 110 0 111001 100001 1000011 101000 110000

Color Harmonies of #9FAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA49

Black with #9FAA49

Text Example


Text Example

White with #9FAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,170,73); }

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

background-color css

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

 a { background-color: rgb(159,170,73); }

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

border-color css

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

 span { border-color: rgb(159,170,73); }

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