Html Css Color HEX #9AAA5F Green Smoke

📋 copy color: '#9AAA5F'

red 154 ◦ green 170 ◦ blue 95

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

Shades of Green Smoke #9AAA5F

Tints of Green Smoke #9AAA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 36.75%
G = 40.57%
B = 22.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#9AAA5F (or 0x9AAA5F) is known color: Green Smoke. HEX triplet: 9A, AA and 5F. RGB value is (154,170,95). Sum of RGB (Red+Green+Blue) = 154+170+95=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA5F is #6555A0. Grayscale: #9C9C9C. Windows color (decimal): -6641057 or 6269594. OLE color: 6269594.

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

Color convert

RGB 154 170 95 -
CMYK 0.09 0 0.44 0.33
HSL 72.8º 0.31% 0.52% -
HSV(B) 72.8º 0.44% 0.67% -
XYZ 29.77 36.45 16.29 -
YUV 156.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 154 170 95 0.09 0 0.44 0.33 72.8 0.31 0.52
Hex 9A AA 5F 9 0 2C 21 49 1F 34
Octal 232 252 137 11 0 54 41 111 37 64
Binary 10011010 10101010 1011111 1001 0 101100 100001 1001001 11111 110100

Color Harmonies of #9AAA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA5F

Black with #9AAA5F

Text Example


Text Example

White with #9AAA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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