Html Css Color HEX #9AAA48 Green Smoke

📋 copy color: '#9AAA48'

red 154 ◦ green 170 ◦ blue 72

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

Shades of Green Smoke #9AAA48

Tints of Green Smoke #9AAA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 38.89%
G = 42.93%
B = 18.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#9AAA48 (or 0x9AAA48) is known color: Green Smoke. HEX triplet: 9A, AA and 48. RGB value is (154,170,72). Sum of RGB (Red+Green+Blue) = 154+170+72=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA48 is #6555B7. Grayscale: #9A9A9A. Windows color (decimal): -6641080 or 4762266. OLE color: 4762266.

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

Color convert

RGB 154 170 72 -
CMYK 0.09 0 0.58 0.33
HSL 69.8º 0.4% 0.47% -
HSV(B) 69.8º 0.58% 0.67% -
XYZ 28.87 36.09 11.57 -
YUV 154.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 154 170 72 0.09 0 0.58 0.33 69.8 0.4 0.47
Hex 9A AA 48 9 0 3A 21 46 28 2F
Octal 232 252 110 11 0 72 41 106 50 57
Binary 10011010 10101010 1001000 1001 0 111010 100001 1000110 101000 101111

Color Harmonies of #9AAA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA48

Black with #9AAA48

Text Example


Text Example

White with #9AAA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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