Html Css Color HEX #9FAA50 Green Smoke

📋 copy color: '#9FAA50'

red 159 ◦ green 170 ◦ blue 80

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

Shades of Green Smoke #9FAA50

Tints of Green Smoke #9FAA50

RGB

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

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

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

R = 38.88%
G = 41.56%
B = 19.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#9FAA50 (or 0x9FAA50) is known color: Green Smoke. HEX triplet: 9F, AA and 50. RGB value is (159,170,80). Sum of RGB (Red+Green+Blue) = 159+170+80=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA50 is #6055AF. Grayscale: #9C9C9C. Windows color (decimal): -6313392 or 5286559. OLE color: 5286559.

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

Color convert

RGB 159 170 80 -
CMYK 0.06 0 0.53 0.33
HSL 67.33º 0.36% 0.49% -
HSV(B) 67.33º 0.53% 0.67% -
XYZ 30.12 36.7 13.09 -
YUV 156.45 84.86 129.82 -
System Red Green Blue C M Y K H S L
Decimal 159 170 80 0.06 0 0.53 0.33 67.33 0.36 0.49
Hex 9F AA 50 6 0 35 21 43 24 31
Octal 237 252 120 6 0 65 41 103 44 61
Binary 10011111 10101010 1010000 110 0 110101 100001 1000011 100100 110001

Color Harmonies of #9FAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA50

Black with #9FAA50

Text Example


Text Example

White with #9FAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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