Html Css Color HEX #9FAA5C Green Smoke

📋 copy color: '#9FAA5C'

red 159 ◦ green 170 ◦ blue 92

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

Shades of Green Smoke #9FAA5C

Tints of Green Smoke #9FAA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 37.77%
G = 40.38%
B = 21.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#9FAA5C (or 0x9FAA5C) is known color: Green Smoke. HEX triplet: 9F, AA and 5C. RGB value is (159,170,92). Sum of RGB (Red+Green+Blue) = 159+170+92=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA5C is #6055A3. Grayscale: #9E9E9E. Windows color (decimal): -6313380 or 6072991. OLE color: 6072991.

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

Color convert

RGB 159 170 92 -
CMYK 0.06 0 0.46 0.33
HSL 68.46º 0.31% 0.51% -
HSV(B) 68.46º 0.46% 0.67% -
XYZ 30.6 36.89 15.63 -
YUV 157.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 159 170 92 0.06 0 0.46 0.33 68.46 0.31 0.51
Hex 9F AA 5C 6 0 2E 21 44 1F 33
Octal 237 252 134 6 0 56 41 104 37 63
Binary 10011111 10101010 1011100 110 0 101110 100001 1000100 11111 110011

Color Harmonies of #9FAA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA5C

Black with #9FAA5C

Text Example


Text Example

White with #9FAA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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