#9aac5c

Color #9AAC5C Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9AAC5C

Tints of Green Smoke #9AAC5C

Color information

#9AAC5C (or 0x9AAC5C) is unknown color: approx Green Smoke. HEX triplet: 9A, AC and 5C. RGB value is (154,172,92). Sum of RGB (Red+Green+Blue) = 154+172+92=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAC5C is #6553A3. Grayscale: #9D9D9D. Windows color (decimal): -6640548 or 6073498. OLE color: 6073498.

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

Color convert

RGB15417292-
CMYK0.1000.470.33
HSL73.5º32.52%51.76%-
HSV(B)73.5º46.51%67.45%-
XYZ30.0137.1515.71-
YUV157.591.04125.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.84%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=36.84%
G=41.15%
B=22.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154172920.1000.470.3373.532.5251.76
Hex9AAC5CA02F214a2134
Octal23225413412057411124164
Binary10011010101011001011100101001011111000011001010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9aac5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,172,92); }

 H1.HeaderClassName
 {
   color: #9aac5c;
 }
 .AnyTagClassName
 {
   color: #9aac5c;
 }
</style>
background-color css

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

 a { background-color: rgb(154,172,92); }

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

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

 span { border-color: rgb(154,172,92); }

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