Html Css Color HEX #9AAA4D Green Smoke

📋 copy color: '#9AAA4D'

red 154 ◦ green 170 ◦ blue 77

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

Shades of Green Smoke #9AAA4D

Tints of Green Smoke #9AAA4D

RGB

 RED value IS 154 (60.55% from 255) = 38.4%

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

 BLUE value IS 77 (30.47% from 255) = 19.2%

R = 38.4%
G = 42.39%
B = 19.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#9AAA4D (or 0x9AAA4D) is known color: Green Smoke. HEX triplet: 9A, AA and 4D. RGB value is (154,170,77). Sum of RGB (Red+Green+Blue) = 154+170+77=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA4D is #6555B2. Grayscale: #9A9A9A. Windows color (decimal): -6641075 or 5089946. OLE color: 5089946.

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

Color convert

RGB 154 170 77 -
CMYK 0.09 0 0.55 0.33
HSL 70.32º 0.38% 0.48% -
HSV(B) 70.32º 0.55% 0.67% -
XYZ 29.04 36.16 12.47 -
YUV 154.61 84.2 127.56 -
System Red Green Blue C M Y K H S L
Decimal 154 170 77 0.09 0 0.55 0.33 70.32 0.38 0.48
Hex 9A AA 4D 9 0 37 21 46 26 30
Octal 232 252 115 11 0 67 41 106 46 60
Binary 10011010 10101010 1001101 1001 0 110111 100001 1000110 100110 110000

Color Harmonies of #9AAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA4D

Black with #9AAA4D

Text Example


Text Example

White with #9AAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,170,77); }

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

background-color css

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

 a { background-color: rgb(154,170,77); }

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

border-color css

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

 span { border-color: rgb(154,170,77); }

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