Html Css Color HEX #9DAA50 Green Smoke

📋 copy color: '#9DAA50'

red 157 ◦ green 170 ◦ blue 80

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

Shades of Green Smoke #9DAA50

Tints of Green Smoke #9DAA50

RGB

 RED value IS 157 (61.72% from 255) = 38.57%

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

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

R = 38.57%
G = 41.77%
B = 19.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#9DAA50 (or 0x9DAA50) is known color: Green Smoke. HEX triplet: 9D, AA and 50. RGB value is (157,170,80). Sum of RGB (Red+Green+Blue) = 157+170+80=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA50 is #6255AF. Grayscale: #9C9C9C. Windows color (decimal): -6444464 or 5286557. OLE color: 5286557.

HSL color Cylindrical-coordinate representation of color #9DAA50: hue angle of 68.67º 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 #9DAA50 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 170 80 -
CMYK 0.08 0 0.53 0.33
HSL 68.67º 0.36% 0.49% -
HSV(B) 68.67º 0.53% 0.67% -
XYZ 29.73 36.5 13.07 -
YUV 155.85 85.19 128.82 -
System Red Green Blue C M Y K H S L
Decimal 157 170 80 0.08 0 0.53 0.33 68.67 0.36 0.49
Hex 9D AA 50 8 0 35 21 45 24 31
Octal 235 252 120 10 0 65 41 105 44 61
Binary 10011101 10101010 1010000 1000 0 110101 100001 1000101 100100 110001

Color Harmonies of #9DAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAA50

Black with #9DAA50

Text Example


Text Example

White with #9DAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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