Html Css Color HEX #9FAD50 Green Smoke

📋 copy color: '#9FAD50'

red 159 ◦ green 173 ◦ blue 80

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

Shades of Green Smoke #9FAD50

Tints of Green Smoke #9FAD50

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

 BLUE value IS 80 (31.64% from 255) = 19.42%

R = 38.59%
G = 41.99%
B = 19.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#9FAD50 (or 0x9FAD50) is known color: Green Smoke. HEX triplet: 9F, AD and 50. RGB value is (159,173,80). Sum of RGB (Red+Green+Blue) = 159+173+80=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAD50 is #6052AF. Grayscale: #9E9E9E. Windows color (decimal): -6312624 or 5287327. OLE color: 5287327.

HSL color Cylindrical-coordinate representation of color #9FAD50: hue angle of 69.03º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FAD50 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 80 -
CMYK 0.08 0 0.54 0.32
HSL 69.03º 0.37% 0.5% -
HSV(B) 69.03º 0.54% 0.68% -
XYZ 30.69 37.84 13.28 -
YUV 158.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 159 173 80 0.08 0 0.54 0.32 69.03 0.37 0.5
Hex 9F AD 50 8 0 36 20 45 25 32
Octal 237 255 120 10 0 66 40 105 45 62
Binary 10011111 10101101 1010000 1000 0 110110 100000 1000101 100101 110010

Color Harmonies of #9FAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD50

Black with #9FAD50

Text Example


Text Example

White with #9FAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,173,80); }

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

background-color css

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

 a { background-color: rgb(159,173,80); }

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

border-color css

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

 span { border-color: rgb(159,173,80); }

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