Html Css Color HEX #9AA164 Green Smoke

📋 copy color: '#9AA164'

red 154 ◦ green 161 ◦ blue 100

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

Shades of Green Smoke #9AA164

Tints of Green Smoke #9AA164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 100 (39.45% from 255) = 24.1%

R = 37.11%
G = 38.8%
B = 24.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#9AA164 (or 0x9AA164) is known color: Green Smoke. HEX triplet: 9A, A1 and 64. RGB value is (154,161,100). Sum of RGB (Red+Green+Blue) = 154+161+100=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA164 is #655E9B. Grayscale: #989898. Windows color (decimal): -6643356 or 6594970. OLE color: 6594970.

HSL color Cylindrical-coordinate representation of color #9AA164: hue angle of 66.89º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AA164 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 161 100 -
CMYK 0.04 0 0.38 0.37
HSL 66.89º 0.24% 0.51% -
HSV(B) 66.89º 0.38% 0.63% -
XYZ 28.37 33.28 16.98 -
YUV 151.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 154 161 100 0.04 0 0.38 0.37 66.89 0.24 0.51
Hex 9A A1 64 4 0 26 25 43 18 33
Octal 232 241 144 4 0 46 45 103 30 63
Binary 10011010 10100001 1100100 100 0 100110 100101 1000011 11000 110011

Color Harmonies of #9AA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA164

Black with #9AA164

Text Example


Text Example

White with #9AA164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,161,100); }

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

background-color css

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

 a { background-color: rgb(154,161,100); }

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

border-color css

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

 span { border-color: rgb(154,161,100); }

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