Html Css Color HEX #9FAA4A Green Smoke

📋 copy color: '#9FAA4A'

red 159 ◦ green 170 ◦ blue 74

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

Shades of Green Smoke #9FAA4A

Tints of Green Smoke #9FAA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.36%

R = 39.45%
G = 42.18%
B = 18.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#9FAA4A (or 0x9FAA4A) is known color: Green Smoke. HEX triplet: 9F, AA and 4A. RGB value is (159,170,74). Sum of RGB (Red+Green+Blue) = 159+170+74=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA4A is #6055B5. Grayscale: #9C9C9C. Windows color (decimal): -6313398 or 4893343. OLE color: 4893343.

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

Color convert

RGB 159 170 74 -
CMYK 0.06 0 0.56 0.33
HSL 66.87º 0.39% 0.48% -
HSV(B) 66.87º 0.56% 0.67% -
XYZ 29.91 36.61 11.97 -
YUV 155.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 159 170 74 0.06 0 0.56 0.33 66.87 0.39 0.48
Hex 9F AA 4A 6 0 38 21 43 27 30
Octal 237 252 112 6 0 70 41 103 47 60
Binary 10011111 10101010 1001010 110 0 111000 100001 1000011 100111 110000

Color Harmonies of #9FAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA4A

Black with #9FAA4A

Text Example


Text Example

White with #9FAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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